Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how objects will inherit permissions set with SetPermissions.
| Constant | Value | Description |
|---|---|---|
| adInheritBoth | 3 | Both objects and other containers contained by the primary object inherit the entry. |
| adInheritContainers | 2 | Other containers that are contained by the primary object inherit the entry. |
| adInheritNone | 0 | Default. No inheritance occurs. |
| adInheritNoPropagate | 4 | The adInheritObjects and adInheritContainers flags are not propagated to an inherited entry. |
| adInheritObjects | 1 | Non-container objects in the container inherit the permissions. |
See Also
Applies To: SetPermissions Method