MoveNode (Index: Integer, Parent: IMetabaseUpdateFolderNode, InsertAt: Integer);
MoveNode(System.Int32,Prognoz.Platform.Interop.Metabase.IMetabaseUpdateFolderNode,System.Int32);
Index. Object index necessary to move.
Parent. Parent structure of update object.
Insert. Position on that update object is necessary to move. If value is "0" for a 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: