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
).
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!