Attempts to returns the title of the document, based on the documentBody
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected virtual string DeriveTitleFromDocument( string documentBody )
Protected Overridable Function DeriveTitleFromDocument ( _ documentBody As String _ ) As String
protected: virtual String^ DeriveTitleFromDocument( String^ documentBody )
Parameters
- documentBody (String)
- The raw text of the document
Return Value
Null if a title couldn't be found, otherwise the title that should be used.