Initializes a new instance of the SortableTitle
class.
public SortableTitle(string strText)
parameter | description |
---|---|
strText | The title text. |
The “sort as” string will be the same as the title.
Initializes a new instance of the SortableTitle
class.
public SortableTitle(string strText, string strSortAs)
parameter | description |
---|---|
strText | The title text. |
strSortAs | The “sort as” string. If null, the title is used. |