Click or drag to resize

DocumentManagerPrepareSingleDocumentToDownload Method

Retrieves information about specified document and creates download token for it

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void PrepareSingleDocumentToDownload(
	int metadataVersionId,
	ref Guid token,
	ref long fileSize,
	ref string fileName,
	ActionType actionType
)

Parameters

metadataVersionId
Type: SystemInt32
token
Type: SystemGuid
fileSize
Type: SystemInt64
fileName
Type: SystemString
actionType
Type: FileHold.CommonActionType
See Also