ExternalPortalManagerPrepareDocumentsToDownload Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute]
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
 

See Also