IMetabaseUpdateFolderNode.MoveNode

Syntax

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

Parameters

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.

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