DocumentManagerCanCheckOutDocumentsInSelectionV2 Method

Tests if selected documents can be checked out and do not throw exception.

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 and do not throw exception.")]
public bool CanCheckOutDocumentsInSelectionV2(
	Guid selectionId,
	bool includeShortcuts
)

Parameters

selectionId  Guid
includeShortcuts  Boolean

Return Value

Boolean

See Also