IGenericObject DestroyChildAsync T  Method (String, GenericObjectProperties, Func Response, T , String)Qlik Sense .NET SDK - API Reference

Removes a child object.

It is possible to update the properties of the child's parent at the same time that the child is removed. Both operations are performed by the same call.Removing a linked object, invalidate the linking object.

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

Task<T> DestroyChildAsync<T>(
	string id,
	GenericObjectProperties propForThis = null,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

id
Type: OnlineSystem String
Identifier of the child to remove This parameter is mandatory.
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.
onResult
Type: OnlineSystem Func Response, T 
Continuation function
userHandle (Optional)
Type: OnlineSystem String
Handle identifier
Type Parameters

T

Return Value

Type: OnlineTask T 
See Also