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)

No code example is currently available or this language may not be supported.

Member nameDescription
AdministrativeValue = 0. The administrative scope that is specified by app permissions.
BasicProjectAllValue = 1. The basic project, all projects scope that is specified by app permissions.
BasicProjectSpecificValue = 2. The basic project, one project scope that is specified by app permissions.
EnterpriseResourcesValue = 3. The enterprise resources scope that is specified by app permissions.
StatusingValue = 4. The statusing scope that is specified by app permissions.
ReportingValue = 5. The reporting scope that is specified by app permissions.
WorkflowValue = 6. The workflow scope that is specified by app permissions.

App permissions refer to the Project Web App Permissions page that controls which global and category permissions are enabled.

Show: