GenericObject DestroyChildAsync Method (String, GenericObjectProperties, String)Qlik Sense .NET SDK - API Reference
Async destruction of child.

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

public Task<bool> DestroyChildAsync(
	string id,
	[OptionalAttribute] GenericObjectProperties propForThis,
	[OptionalAttribute] string userHandle
)

Return Value

Type: OnlineTask OnlineBoolean 

Implements

IGenericObject DestroyChildAsync(String, GenericObjectProperties, String)
See Also