DocumentManagerPrepareDocumentsToDownload Method
Prepares documents to download and creates download token for them.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.2.0.0
[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
)
- selectionId Guid
- includeShortcuts Boolean
- this parameter is deprecated and is not used
- checkingOut Boolean
- token Guid
- fileSize Int64
- fileName String
If selection contains more than one file then zip file is created.