The RdsMoveType enumeration contains positions, to which MDM dictionary element is moved.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | Before. Before a specified element. |
| 1 | After. After a specified element. |
| 2 | FirstChild. Move to position of the first child element. |
| 3 | LastChild. Move to position of the last child element. |
All values of the RdsMoveType enumeration can be used to move dictionary elements between different levels of hierarchy.
Use the FirstChild and LastChild values to create dictionary hierarchy.
See also: