DestroyChild Method
Overloads
DestroyChild(String, GenericObjectProperties) |
Removes a child object. |
DestroyChild(String, GenericObjectProperties)
Removes a child object.
Declaration
public bool DestroyChild([QixName("qId")] string id, [QixName("qPropForThis")] GenericObjectProperties propForThis = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | id |
Identifier of the child to remove. |
GenericObjectProperties | propForThis |
Identifier of the parent's object and property to update. Should be set to update the properties of the parent's object at the same time the child is created. |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
Remarks
It is possible to update the properties of the child's parent at the same time that the child is removed. Both operations are performed by the same call.