ScanningManagerGetDocumentDownloadTokenForView Method

Download specific document for view from the repository. This method is obsolete, use GetDocumentForView instead.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Download specific document for view from the repository. This method is obsolete, use GetDocumentForView instead.")]
public Guid GetDocumentDownloadTokenForView(
	int documentVersionId,
	out long fileSize,
	out string fileName
)

Parameters

documentVersionId  Int32
 
fileSize  Int64
 
fileName  String
 

Return Value

Guid

See Also