IMetabaseUpdateFolderNode.MoveNode

Fore Syntax

MoveNode (Index: Integer, Parent: IMetabaseUpdateFolderNode, InsertAt: Integer);

Fore.NET Syntax

MoveNode(System.Int32,Prognoz.Platform.Interop.Metabase.IMetabaseUpdateFolderNode,System.Int32);

Parameters

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.

Description

The MoveNode method moves an object in the list of update objects.

Example

The example of the MoveNode property use is given in description of the IMetabaseUpdateNode.ParentNode property.

See also:

IMetabaseUpdateFolderNode