SetChildArrayOrder Method
Overloads
SetChildArrayOrder(IEnumerable<String>) |
Sets the order of the children in a generic object. |
SetChildArrayOrder(IEnumerable<String>)
Sets the order of the children in a generic object.
Declaration
public void SetChildArrayOrder([QixName("qIds")] IEnumerable<string> ids)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.String> | ids |
List of the children identifiers. |
Implements
Remarks
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
).