IGenericObjectSetChildArrayOrderAsync 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.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task SetChildArrayOrderAsync(
IEnumerable<string> ids,
AsyncHandle asyncHandle = null
)
Function SetChildArrayOrderAsync (
ids As IEnumerable(Of String),
Optional asyncHandle As AsyncHandle = Nothing
) As Task
Parameters
- ids
- Type: System.Collections.GenericIEnumerableString
List of the children identifiers - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskSee Also