BCHybridMainDocumentDetachHybridPart Method (String) |
Detaches a hybrid part with the specified ID property value and default document type.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCDocument DetachHybridPart(
string objectID
)
Public Function DetachHybridPart (
objectID As String
) As BCDocument
public:
BCDocument^ DetachHybridPart(
String^ objectID
)
member DetachHybridPart :
objectID : string -> BCDocument
Parameters
- objectID
- Type: SystemString
The ID property value of the hybrid part to detach.
Return Value
Type:
BCDocumentThe detached document of the default document type.
See Also