The IMetabaseUpdateFolderNode interface contains properties and methods for working with the update structure.
Property name | Brief description | |
Count | The Count property returns the number of update objects. | |
Item | The Item property returns an update object. |
Property name | Brief description | |
Condition | The Condition property returns a condition with the execution of which the object is updated. | |
Enabled | The Enabled property determines whether the object should be updated. | |
Index | The Index property returns an index of the object being updated. | |
Key | The Key property returns a key of the update object. | |
Label | The Label property determines a label of the update object. | |
NodeType | The NodeType property returns a type of the update object. | |
ParentNode | The ParentNode property returns a parent structure for the update object. |
Method name | Brief description | |
Add | The Add method adds an object to the update structure. | |
FindByKey | The FindByKey method searches by the key of an update object. | |
FindObject | The FindObject method searches by the key of a repository object. | |
MoveNode | The MoveNode method moves an object in the list of update objects | |
Remove | The Remove method removes an update object by index. | |
RemoveByKey | The RemoveByKey method removes an update object by key. | |
Sort | The Sort method sorts update objects. |
Method name | Brief description | |
Prepare | The Prepare method prepares the object for updating. |
See also: