DocumentManagerCleanUpRemovedDocuments Method

Permanently delete all documents marked for deletion, their versions, references to them (like virtual folders) etc. For use with application server plug-ins only. Deletes the binary files of the deleted documents. Removes the files from the FTS index.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public void CleanUpRemovedDocuments()

See Also