IGenericObjectDestroyAllChildrenAsync Method (AsyncHandle, GenericObjectProperties) |
Removes all children and all children to the children on an object.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
SyntaxTask DestroyAllChildrenAsync(
AsyncHandle asyncHandle,
GenericObjectProperties propForThis = null
)
Function DestroyAllChildrenAsync (
asyncHandle As AsyncHandle,
Optional propForThis As GenericObjectProperties = Nothing
) As Task
Parameters
- asyncHandle
- Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request - 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.
Return Value
Type:
Task
See Also