Click or drag to resize

DocumentManagerIsCheckedOutBy Method (Int32)

Return name of the user who checked out the document.

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

Parameters

metadataVersionId
Type: SystemInt32

Return Value

Type: String
See Also