DocumentManagerDeleteDocuments Method

Deletes documents form selection

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Deletes documents form selection")]
public bool DeleteDocuments(
	Guid selectionId,
	bool removeAllVersions
)

Parameters

selectionId  Guid
 
removeAllVersions  Boolean
 

Return Value

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