GetIndexData |
Scroll |
Returns the index data of the deleted object.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetIndexData ( _ server As TheServer, _ caseDeleted As Boolean _ ) As ITheIndexData C# public virtual ITheIndexData GetIndexData ( TheServer pServer, out bool caseDeleted )
Parameters server A valid and connected TheServer object.
caseDeleted If the object is a document that belongs to a case and the case has been deleted too this value is true. Otherwise it is false.
Return Value The index data of the deleted object. |
|
|