Keyoti Search for ASP.NET API Docs
CustomData Property
API DocumentationKeyoti.SearchEngine.DocumentsDocumentCustomData
Keyoti Search for ASP.NET 2010
Any custom data that should be stored for the document.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string CustomData { get; set; }
Public Overridable Property CustomData As String
public:
virtual property String^ CustomData {
	String^ get ();
	void set (String^ 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: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609