DocumentManagerCheckAllCanUnArchive Method

Checks if all selected documents can be un-archived.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Checks if all selected documents can be un-archived.")]
public bool CheckAllCanUnArchive(
	Guid selectionId
)

Parameters

selectionId  Guid

Return Value

Boolean

See Also