Create a new instance
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public DocumentText( string title, string summary, WordCollection words, string metaTagLocationName, string[] metaTagContentNames, string metaCustomData, StringList links, string[] metaSecurityGroupNames, Hashtable metaData )
public DocumentText( string title, string summary, WordCollection words, string metaTagLocationName, string[] metaTagContentNames, string metaCustomData, StringList links, string[] metaSecurityGroupNames, Hashtable metaData )
Public Sub New ( title As String, summary As String, words As WordCollection, metaTagLocationName As String, metaTagContentNames As String(), metaCustomData As String, links As StringList, metaSecurityGroupNames As String(), metaData As Hashtable )
Public Sub New ( title As String, summary As String, words As WordCollection, metaTagLocationName As String, metaTagContentNames As String(), metaCustomData As String, links As StringList, metaSecurityGroupNames As String(), metaData As Hashtable )
public: DocumentText( String^ title, String^ summary, WordCollection^ words, String^ metaTagLocationName, array<String^>^ metaTagContentNames, String^ metaCustomData, StringList^ links, array<String^>^ metaSecurityGroupNames, Hashtable^ metaData )
public: DocumentText( String^ title, String^ summary, WordCollection^ words, String^ metaTagLocationName, array<String^>^ metaTagContentNames, String^ metaCustomData, StringList^ links, array<String^>^ metaSecurityGroupNames, Hashtable^ metaData )
new : title : string * summary : string * words : WordCollection * metaTagLocationName : string * metaTagContentNames : string[] * metaCustomData : string * links : StringList * metaSecurityGroupNames : string[] * metaData : Hashtable -> DocumentText
new : title : string * summary : string * words : WordCollection * metaTagLocationName : string * metaTagContentNames : string[] * metaCustomData : string * links : StringList * metaSecurityGroupNames : string[] * metaData : Hashtable -> DocumentText
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.
- metaSecurityGroupNames (array<String>[]()[][])
- Any names of security groups specified in the meta data.
- metaData (Hashtable)
- Hashtable of meta data, keys and values are strings.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120