DocumentManager.PrepareDocumentsToDownload Method

Prepares documents to download and creates download token for them.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.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
 
checkingOut  Boolean
 
token  Guid
 
fileSize  Int64
 
fileName  String
 

Remarks

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

See Also