DocumentManagerGetDocumentVersionId(Int32, Int32) Method

Return the version id of the document. If the versionNumber value equals 0 returns the latest one.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return the version id of document.")]
public int GetDocumentVersionId(
	int documentId,
	int documentVersion
)

Parameters

documentId  Int32
 
documentVersion  Int32
 

Return Value

Int32

See Also