AppPermissions.Scope enumeration
Office 2013 and later
Specifies the categories of content that are affected by app permissions and to which app permissions are scoped.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
| Member name | Description | |
|---|---|---|
| Administrative | Value = 0. The administrative scope that is specified by app permissions. | |
| BasicProjectAll | Value = 1. The basic project, all projects scope that is specified by app permissions. | |
| BasicProjectSpecific | Value = 2. The basic project, one project scope that is specified by app permissions. | |
| EnterpriseResources | Value = 3. The enterprise resources scope that is specified by app permissions. | |
| Statusing | Value = 4. The statusing scope that is specified by app permissions. | |
| Reporting | Value = 5. The reporting scope that is specified by app permissions. | |
| Workflow | Value = 6. The workflow scope that is specified by app permissions. |
Show: