Click or drag to resize

EasyPortalServiceGetDocumentDownloadTokenForView Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public Guid GetDocumentDownloadTokenForView(
	Guid taskGuid,
	int documentVersionId,
	out long fileSize,
	out string fileName
)

Parameters

taskGuid
Type: SystemGuid
documentVersionId
Type: SystemInt32
fileSize
Type: SystemInt64
fileName
Type: SystemString

Return Value

Type: Guid
See Also