Keyoti SearchUnit API Docs
CustomData Property
API DocumentationKeyoti.SearchEngine.DocumentsDocumentCustomData
Keyoti SearchUnit v6
Any custom data that should be stored for the document.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual string CustomData { get; set; }
public virtual string CustomData { get; set; }
Public Overridable Property CustomData As String
	Get
	Set
Public Overridable Property CustomData As String
	Get
	Set
public:
virtual property String^ CustomData {
	String^ get ();
	void set (String^ value);
}
public:
virtual property String^ CustomData {
	String^ get ();
	void set (String^ value);
}
abstract CustomData : string with get, set
override CustomData : string with get, set
abstract CustomData : string with get, set
override CustomData : string with get, set
Property Value
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: 2015.6.15.120