DocumentManagerGetLatestDocumentVersion Method

Returns the latest document version of the document.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.2.0.0
C#
[WebMethodAttribute(Description = "Returns the latest document version of the document.")]
public int GetLatestDocumentVersion(
	int documentId
)

Parameters

documentId  Int32

Return Value

Int32

See Also