DocumentManagerPrepareSingleDocumentToDownloadByDocumentVersionId Method
Retrieves information about specified document and creates download token for it
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[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
-