DocumentManagerCanCheckOutDocumentsInSelection Method

Tests if selected documents can be checked out without exceptions.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Tests if selected documents can be checked out without exceptions.")]
public bool CanCheckOutDocumentsInSelection(
	Guid selectionId,
	bool includeShortcuts
)

Parameters

selectionId  Guid
 
includeShortcuts  Boolean
 

Return Value

Boolean

See Also