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