DocumentManagerGetLatestDocumentVersionId(Int32) Method

Returns the version id of the latest 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 version id of the latest version of the document.")]
public int GetLatestDocumentVersionId(
	int documentId
)

Parameters

documentId  Int32
 

Return Value

Int32

See Also