Skip to main content Skip to complementary content

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

      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

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

      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

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!