The SecurityDescriptorApplyFlags enumeration contains options for applying permissions for repository objects.
It is used by the following method:
Value | Brief description |
0 | None. No permissions are applied for the current object. |
1 | ByHierarchy. Permissions are applied to all nested objects by hierarchy. |
2 | ToInternal. Permissions are applied to internal objects and objects with lazy loading of description. |
See also: