DocumentManagerGetDocumentsToView Method

Checks if the selected documents can be downloaded 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 selected documents can be downloaded and returns detailed information.")]
public DownloadDocument[] GetDocumentsToView(
	Guid selectionId
)

Parameters

selectionId  Guid

Return Value

DownloadDocument

See Also