Click or drag to resize

DocumentManagerGetDocumentVersionName Method (Int32)

Return the name of the given document version.

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

Parameters

documentVersionId
Type: SystemInt32

Return Value

Type: String
See Also