Transitions the document to a state where it can be edited, either a QuickChange or UnderChange in workflow depending
on the optional quickchange parameter
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
public void CheckoutDocument(
string vaultidentifier,
string docid,
string comment = "",
bool quickchange = false
)
public void CheckoutDocument(
string vaultidentifier,
string docid,
string comment = "",
bool quickchange = false
)
Public Sub CheckoutDocument ( _
vaultidentifier As String, _
docid As String, _
Optional comment As String = "", _
Optional quickchange As Boolean = False _
)
Public Sub CheckoutDocument ( _
vaultidentifier As String, _
docid As String, _
Optional comment As String = "", _
Optional quickchange As Boolean = False _
)
public:
void CheckoutDocument(
String^ vaultidentifier,
String^ docid,
String^ comment = L"",
bool quickchange = false
)
public:
void CheckoutDocument(
String^ vaultidentifier,
String^ docid,
String^ comment = L"",
bool quickchange = false
)
Parameters
- vaultidentifier
- Type:
System String
The vault in which the document resides.
- docid
- Type:
System String
The unique identifier of the document inside the vault.
- comment (Optional)
- Type:
System String
Optional comment to be written in the comment log of the document.
- quickchange (Optional)
- Type:
System Boolean
Optional Boolean. Use True to create a Quick Change.