Create a new instance
Declaration Syntax
C# | Visual Basic | Visual C++ |
public DocumentText( string title, string summary, WordCollection words, string metaTagLocationName, string[] metaTagContentNames, string metaCustomData, StringList links )
Public Sub New ( _ title As String, _ summary As String, _ words As WordCollection, _ metaTagLocationName As String, _ metaTagContentNames As String(), _ metaCustomData As String, _ links As StringList _ )
public: DocumentText( String^ title, String^ summary, WordCollection^ words, String^ metaTagLocationName, array<String^>^ metaTagContentNames, String^ metaCustomData, StringList^ links )
Parameters
- title (String)
- The title of the document
- summary (String)
- A summary of the document (usually the first N words)
- words (WordCollection)
- WordCollection holding all words in the document
- metaTagLocationName (String)
- Any 'location' category name specified in meta data
- metaTagContentNames (array< String >[]()[])
- Any 'content' category names specified in meta data
- metaCustomData (String)
- Any custom data specified in meta data
- links (StringList)
- List of link URLs to other documents contained in this document.