DocumentManagerPrepareDocumentsToDownload Method

Prepares documents to download and creates download token for them.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.2.0.0
C#
[WebMethodAttribute(Description = "Prepares documents to download and creates download token for them.")]
public void PrepareDocumentsToDownload(
	Guid selectionId,
	bool includeShortcuts,
	bool checkingOut,
	ref Guid token,
	ref long fileSize,
	ref string fileName
)

Parameters

selectionId  Guid
includeShortcuts  Boolean
this parameter is deprecated and is not used
checkingOut  Boolean
token  Guid
fileSize  Int64
fileName  String

Return Value

Remarks

If selection contains more than one file then zip file is created.

See Also