Detaches a hybrid part with the specified ID property value.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCDocument DetachHybridPart(
	string objectID,
	BCDocumentType type
)
Visual Basic
Public Function DetachHybridPart ( _
	objectID As String, _
	type As BCDocumentType _
) As BCDocument
Visual C++
public:
BCDocument^ DetachHybridPart(
	String^ objectID, 
	BCDocumentType^ type
)

Parameters

objectID
Type: System..::..String
The ID property value of the hybrid part to detach.
type
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCDocumentType
The document type of the hybrid part after detaching. If nullNothingnullptra null reference (Nothing in Visual Basic), then the default document type is used.

Return Value

The detached document.

See Also