public enum PermissionScope
Public Enumeration PermissionScope
public enum class PermissionScope
type PermissionScope
None | 0 | The user does not have the associated permission. |
Owned | 1 | The user has the associated permission on items that it owns. |
All | 2 | The user has the associated permission on all items. |