Click or drag to resize

DocumentManagerGetDocumentsToDownload Method

Checks if the selected documents can be downloaded and returns detailed information.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DownloadDocument[] GetDocumentsToDownload(
	Guid selectionId,
	bool includeShortcuts,
	bool checkingOut
)

Parameters

selectionId
Type: SystemGuid
includeShortcuts
Type: SystemBoolean
checkingOut
Type: SystemBoolean

Return Value

Type: DownloadDocument
See Also