DocumentManagerGetDocumentsToCheckIn Method

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

Parameters

selectionId  Guid

Return Value

DownloadDocument

See Also