DocumentManagerPrepareSingleDocumentToDownloadByDocumentVersionId Method

Retrieves information about specified document and creates download token for it

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Retrieves information about specified document and creates download token for it")]
public void PrepareSingleDocumentToDownloadByDocumentVersionId(
	int documentVersionId,
	ref Guid token,
	ref long fileSize,
	ref string fileName,
	ActionType actionType
)

Parameters

documentVersionId  Int32
 
token  Guid
 
fileSize  Int64
 
fileName  String
 
actionType  ActionType
 

See Also