DocumentManagerGetDocumentsToDownload Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Checks if the selected documents can be downloaded and returns detailed information.")]
public DownloadDocument[] GetDocumentsToDownload(
	Guid selectionId,
	bool includeShortcuts,
	bool checkingOut
)

Parameters

selectionId  Guid
includeShortcuts  Boolean
checkingOut  Boolean

Return Value

DownloadDocument

See Also