Connection CheckoutDocument Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
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: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax

public void CheckoutDocument(
	string vaultidentifier,
	string docid,
	string comment = "",
	bool quickchange = false
)

Parameters

vaultidentifier
Type: OnlineSystem String
The vault in which the document resides.
docid
Type: OnlineSystem String
The unique identifier of the document inside the vault.
comment (Optional)
Type: OnlineSystem String
Optional comment to be written in the comment log of the document.
quickchange (Optional)
Type: OnlineSystem Boolean
Optional Boolean. Use True to create a Quick Change.
Remarks

See Also