DocumentManagerGetDocumentVersionIdV2 Method

Returns the version id of the specific 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 specific version of the document.")]
public int GetDocumentVersionIdV2(
	int documentId,
	int documentVersion
)

Parameters

documentId  Int32
 
documentVersion  Int32
 

Return Value

Int32

See Also