Attempts to return the title of the document, based on the documentBody
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | 
protected virtual string DeriveTitleFromDocument( string documentBody )
Protected Overridable Function DeriveTitleFromDocument ( documentBody As String ) As String
 Parameters
 Parameters- documentBody (String)
- The raw text of the document
 Return Value
 Return ValueString
Null if a title couldn't be found, otherwise the title that should be used.
Null if a title couldn't be found, otherwise the title that should be used.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610

