ScanningManagerGetPageDownloadToken Method

Download the given page from the repository.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Download the given page from the repository.")]
public Guid GetPageDownloadToken(
	int page,
	out long fileSize,
	out string fileExtension
)

Parameters

page  Int32
fileSize  Int64
fileExtension  String

Return Value

Guid

See Also