Skip to main content Skip to complementary content

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

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!