The DeleteDictionaryElementOptions enumeration contains options for MDM dictionary elements removal.
It is used by the following method:
Value | Brief description |
0 | Default_. Default behavior on removal. Before removal, check for dependencies on the element is executed. If dependencies exist, exception is thrown. |
1 | IgnoreDependents. Do not check dependencies. During element removal, dependencies are not checked and removed. |
2 | ForceDeleteDependents. Forced removal of dependencies. During element removal, all dependencies on it are removed too. |
See also: