GenericObjectDestroyAllChildrenAsync Method |
Removes all children and all children to the children on an object.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public Task DestroyAllChildrenAsync(
GenericObjectProperties propForThis = null,
AsyncHandle asyncHandle = null
)
Public Function DestroyAllChildrenAsync (
Optional propForThis As GenericObjectProperties = Nothing,
Optional asyncHandle As AsyncHandle = Nothing
) As Task
Parameters
- propForThis (Optional)
- Type: Qlik.EngineGenericObjectProperties
This parameter is optional.
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. - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskImplements
IGenericObjectDestroyAllChildrenAsync(GenericObjectProperties, AsyncHandle)See Also