DocumentManagerIsCheckedOutBy(Int32) Method

Return name of the user who checked out the document.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return name of the user who checked out the document.")]
public string IsCheckedOutBy(
	int metadataVersionId
)

Parameters

metadataVersionId  Int32

Return Value

String

See Also