SortableTitle constructor (1 of 2)

Initializes a new instance of the SortableTitle class.

public SortableTitle(string strText)
parameter description
strText The title text.

Remarks

The “sort as” string will be the same as the title.

See Also


SortableTitle constructor (2 of 2)

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.

See Also