HasCustomData |
Scroll |
Gets whether the object was deleted in an older version than Therefore 2015.
Namespace: Therefore.API
Visual Basic Public Overridable ReadOnly Property HasCustomData As Boolean C# public virtual bool HasCustomData { get; }
Property ValueIf true the object was deleted in Therefore 2015 or newer. If false the object was deleted in an older version than Therefore 2014. In this case the index data has to be gathered from the document file. The performance of GetIndexData is then depending on the document size. |