DocumentManagerGetDocumentVersionId(Int32, Int32) Method
Return the version id of the document. If the versionNumber value equals 0 returns the latest one.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Return the version id of document.")]
public int GetDocumentVersionId(
int documentId,
int documentVersion
)
- documentId Int32
-
- documentVersion Int32
-
Int32