Click or drag to resize

DocumentManagerPrepareDocumentsToDownload Method

Prepares documents to download and creates download token for them.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void PrepareDocumentsToDownload(
	Guid selectionId,
	bool includeShortcuts,
	bool checkingOut,
	ref Guid token,
	ref long fileSize,
	ref string fileName
)

Parameters

selectionId
Type: SystemGuid
includeShortcuts
Type: SystemBoolean
checkingOut
Type: SystemBoolean
token
Type: SystemGuid
fileSize
Type: SystemInt64
fileName
Type: SystemString
Remarks
If selection contains more than one file then zip file is created.
See Also