SPAppPrincipalPermissionKind enumeration
SharePoint 2013
Specifies the constants that represent the permissions for the app principal.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
| Member name | Description | |
|---|---|---|
| None | The app principal has no permissions. | |
| Guest | The app principal has guest permissions. | |
| Read | The app principal has read-only permissions. | |
| Write | The app principal has read-write permissions. | |
| Manage | The app principal has manage permissions. | |
| FullControl | The app principal has full control permissions. |
Show: