IGenericObject SetChildArrayOrderAsync Method Qlik Sense .NET SDK - API Reference

Sets the order of the children in a generic object.

To change the order of the children in a generic object, the identifiers of all the children must be included in the list of the identifiers (in qIds).

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

Task SetChildArrayOrderAsync(
	IEnumerable<string> ids,
	string userHandle = null
)

Parameters

ids
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
List of the children identifiers
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask
See Also