The AccessElementApplyOptions enumeration contains possible options of applying access permissions on an element.
It is used by the following methods:
Value | Brief description |
0 | None. Specified permissions will be applied only for the configured element. |
1 | ByHierarhy. Specified permissions will be applied to all child elements of a configured element. |
2 | ByLevel. Specified permissions will be applied to elements of the entire level, to which the configured element belongs. |
4 | TreatAsMask. The applied value is considered as a bit mask, AND with the current value is applied for all security subjects. |
See also: