Connection DetachHybridPart Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
Detaches a hybrid part and turns it into a new individual document. The return value is the document ID of the newly created document that was the hybrid part. The document will be in the Under Change state.

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax

public string DetachHybridPart(
	string vaultidentifier,
	string docid,
	string partname
)

Return Value

The ID of the newly created document
Remarks

See Also