Attempts to returns the title of the document, based on the documentBody

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 )

- documentBody (String)
- The raw text of the document

Null if a title couldn't be found, otherwise the title that should be used.