Click or drag to resize

DocumentManagerDeleteDocuments Method

Deletes documents form selection

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public bool DeleteDocuments(
	Guid selectionId,
	bool removeAllVersions
)

Parameters

selectionId
Type: SystemGuid
removeAllVersions
Type: SystemBoolean

Return Value

Type: Boolean
True if all documents were removed, false if some of them were not removed because current user is not the owner of these documents
See Also