Any custom data that should be stored for the document.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual string CustomData { get; }
Public Overridable ReadOnly Property CustomData As String
public: virtual property String^ CustomData { String^ get (); }
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.