SetChildArrayOrderAsync Method
Overloads
SetChildArrayOrderAsync(IEnumerable<String>) |
Sets the order of the children in a generic object. |
|
SetChildArrayOrderAsync(AsyncHandle, IEnumerable<String>) |
Sets the order of the children in a generic object. |
SetChildArrayOrderAsync(IEnumerable<String>)
Sets the order of the children in a generic object.
Declaration
public Task SetChildArrayOrderAsync([QixName("qIds")] IEnumerable<string> ids)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.String> | ids |
List of the children identifiers. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
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
).
SetChildArrayOrderAsync(AsyncHandle, IEnumerable<String>)
Sets the order of the children in a generic object.
Declaration
public Task SetChildArrayOrderAsync(AsyncHandle asyncHandle, [QixName("qIds")] IEnumerable<string> ids)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
System.Collections.Generic.IEnumerable<System.String> | ids |
List of the children identifiers. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
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
).