PermissionScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the scope of a user's permission on folders.
public enum class PermissionScope
public enum PermissionScope
Public Enum PermissionScope
- Inheritance
-
PermissionScope
Fields
Name | Value | Description |
---|---|---|
None | 0 | The user does not have the associated permission. |
Owned | 1 | The user has the associated permission on items that the user owns. |
All | 2 | The user has the associated permission on all items. |