ScanningManagerGetDocumentForEdit Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get specific document from the repository in PDF format to be edited in viewer.")]
public ViewerDocument GetDocumentForEdit(
	int documentVersionId
)

Parameters

documentVersionId  Int32
 

Return Value

ViewerDocument

See Also