ConnectionIsDocumentCheckedOut Method |
Returns True if the document is under change.
Namespace:
ICMeridianAPI
Assembly:
ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic bool IsDocumentCheckedOut(
string vaultidentifier,
string docid
)
Public Function IsDocumentCheckedOut (
vaultidentifier As String,
docid As String
) As Boolean
Parameters
- vaultidentifier
- Type: SystemString
The vault in which the document resides. - docid
- Type: SystemString
The unique identifier of the document inside the vault.
Return Value
Type:
BooleanTrue if the document is under change.
Remarks
See Also