UpdateSortMode

Description

The UpdateSortMode enumeration contains sort type that can be applied to update objects.

It is used by the following method:

Comments

ByDepends. Parent objects (objects of which updated object is consist) will be located higher not upsetting content of folders.

Destructive. If necessary parent objects will be carried away from folders they were located. An exception is objects-containers (MDM dictionary, modeling container, and so on): their children objects will not be carried away from them.

Deleted. It can be used along with value ByType, ByDepends and Destructive. For it necessary enumeration values must be specified with Or.

Available Values

Value Brief description
0 ByType. Sort by an objects type.
1 ByDepends. Sort by dependency order of objects.
16 Destructive. Put objects on update bar in dependency order destructing a structure.
32 Deleted. Sort deleted objects.

See also:

Metabase Assembly Enumerations