GenericObject DestroyAllChildrenAsync Method Qlik Sense .NET SDK - API Reference

Removes all children and all children to the children on an object.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task DestroyAllChildrenAsync(
	GenericObjectProperties propForThis = null,
	string userHandle = null
)

Parameters

propForThis (Optional)
Type: Qlik.Engine GenericObjectProperties
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.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask

Implements

IGenericObject DestroyAllChildrenAsync(GenericObjectProperties, String)
See Also