Any custom data that should be stored for the document.
Declaration Syntax
C# | Visual Basic |
public virtual string CustomData { get; set; }
Public Overridable Property CustomData As String Get Set
Property Value
String
Remarks
This may be useful for users of the SDK who need to store extra data about a document, such as meta-data, dates, ownership etc.
Through this, additional data can be presented to the user or results can be filtered or sorted, etc (see help for more info).
If this is set null, an empty string is stored.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610