GetTitle |
Scroll |
Returns the document title.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetTitle ( _ nLength As Integer, _ bShowCategory As Boolean _ ) As String C# public virtual string GetTitle ( string nLength, object bShowCategory )
ParametersnLength The maximum length of the document title.
bShowCategory If set to true the category will be added to the document title.
Return ValueThe document title. |