Click or drag to resize

DocumentManagerGetDocumentIdByDocumentVersionId Method (Int32)

Return the id of the document associated with document version.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int GetDocumentIdByDocumentVersionId(
	int documentVersionId
)

Parameters

documentVersionId
Type: SystemInt32

Return Value

Type: Int32
See Also