EraseObjects |
Scroll |
Erases deleted documents and cases from the system.
Namespace: Therefore.API
Visual Basic Public Overridable Function EraseObjects ( _ objects As ITheDeletedObjectList, _ deleteFromMedia As Boolean, _ logFilePath As String _ ) As Void C# public virtual void EraseObjects ( ITheDeletedObjectList objects, bool deleteFromMedia, String logFilePath )
Parameters objects A list of objects to be deleted.
deleteFromMedia If true document files will be deleted from storage media. If false document files will remain on the storage media.
logFilePath Optional. A folder path where the log file for the deletion process is stored. If left empty no log file will be created.
|
|
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |