Click or drag to resize

DocumentManagerGetDocumentVersionId Method (Int32, Int32)

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

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int GetDocumentVersionId(
	int documentId,
	int documentVersion
)

Parameters

documentId
Type: SystemInt32
documentVersion
Type: SystemInt32

Return Value

Type: Int32
See Also