DocumentManagerGetSingleDocumentToDownload Method

Checks if the document can be viewed and returns detailed information.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Checks if the document can be viewed and returns detailed information.")]
public DownloadDocument GetSingleDocumentToDownload(
	int metadataVersionId
)

Parameters

metadataVersionId  Int32

Return Value

DownloadDocument

See Also