Click or drag to resize
GenericObjectSetChildArrayOrder Method

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: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public void SetChildArrayOrder(
	IEnumerable<string> ids
)

Parameters

ids
Type: System.Collections.GenericIEnumerableString
List of the children identifiers.

Return Value

Type: 

Implements

IGenericObjectSetChildArrayOrder(IEnumerableString)
See Also