Move Element
- Last UpdatedJun 02, 2022
- 1 minute read
An element can be moved to a different location in the primary hierarchy. There are methods to:
-
Inset before a given element
-
Insert after a given element
-
Insert into members list at the last position
Currently an element may only be moved within the same database.
An error will be raised if the element is not allowed at the new location.
There is a boolean method IsInsertable to test if an element can be moved.
Currently there is not an exposed C# method for moving elements between DBs. This will be exposed shortly.