Click or drag to resize

DocumentManagerCanCheckOutDocumentsInSelection Method

Tests if selected documents can be checked out without exceptions.

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

Parameters

selectionId
Type: SystemGuid
includeShortcuts
Type: SystemBoolean

Return Value

Type: Boolean
See Also