DestroyAllChildrenAsync Method
Overloads
| DestroyAllChildrenAsync(GenericObjectProperties) | Removes all children and all children to the children on an object. | |
| DestroyAllChildrenAsync(AsyncHandle, GenericObjectProperties) | Removes all children and all children to the children on an object. | 
DestroyAllChildrenAsync(GenericObjectProperties)
Removes all children and all children to the children on an object.
Declaration
      Task DestroyAllChildrenAsync([QixName("qPropForThis")] GenericObjectProperties propForThis = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| 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.Threading.Tasks.Task | 
DestroyAllChildrenAsync(AsyncHandle, GenericObjectProperties)
Removes all children and all children to the children on an object.
Declaration
      Task DestroyAllChildrenAsync(AsyncHandle asyncHandle, [QixName("qPropForThis")] GenericObjectProperties propForThis = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| 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.Threading.Tasks.Task |