Global::conReverse Method [AX 2012]

Reverses the root elements of a container and then adds them into a new container.

Syntax

client server public static container conReverse(container _originalContainer)

Run On

ClientOrServer

Parameters

  • _originalContainer
    Type: container
    A container with root elements.

Return Value

Type: container
A new container with the root elements in a reversed order.

See Also

Reference

Global Class