Create a new instance
            
| C# | Visual Basic | 
public DocumentText( Uri uri, string title, string summary, WordCollection words, string metaTagLocationName, string[] metaTagContentNames, string metaCustomData, StringList links, string[] metaSecurityGroupNames )
Public Sub New ( uri As Uri, title As String, summary As String, words As WordCollection, metaTagLocationName As String, metaTagContentNames As String(), metaCustomData As String, links As StringList, metaSecurityGroupNames As String() )
- uri (Uri)
 - The Uri of the document
 
- 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.
 
- metaSecurityGroupNames (array<String>[]()[][])
 - Any names of security groups specified in the meta data.
 
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610