BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > DetachHybridPart(String, String, String)
DetachHybridPart Method (vaultidentifier, docid, partname)
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.
Declaration Syntax
C#Visual BasicVisual C++
public string DetachHybridPart(
	string vaultidentifier,
	string docid,
	string partname
)
Public Function DetachHybridPart ( _
	vaultidentifier As String, _
	docid As String, _
	partname As String _
) As String
public:
String^ DetachHybridPart(
	String^ vaultidentifier, 
	String^ docid, 
	String^ partname
)
Parameters
vaultidentifier (String)
The vault
docid (String)
The unique identifier of the document inside the vault.
partname (String)
The name of the hybrid part to detach.
Return Value
The ID of the newly created document
Remarks

Assembly: ICMeridianAPI (Module: ICMeridianAPI) Version: 1.0.1.4 (1.0.1.4)