MoveNode (Index: Integer, Parent: IMetabaseUpdateFolderNode, InsertAt: Integer);
Index. Object index that should be moved.
Parent. Parent structure of update object.
Insert. Position, to which update object should be moved. If value is "0" for the current parameter, an object will be moved to the beginning of the list.
The MoveNode method moves an object in the list of update objects.
The example of the MoveNode property use is given in description of the IMetabaseUpdateNode.ParentNode property.
See also: