Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of project detail page (PDP).
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Enumeration ProjectDetailPageType
'Usage
Dim instance As ProjectDetailPageType
public enum ProjectDetailPageType
Members
| Member name | Description | |
|---|---|---|
| None | Value=0. Indicates that the page usage is not specified. | |
| ProjectDefault | Value=1. Indicates that the page can be used within a workflow stage or an enterprise project type (EPT). | |
| NewProject | Value=2. Indicates that the page can be used as the creation page for new projects, or as a page within a workflow state or an EPT. | |
| WorkflowStatus | Value=3. Indicates that the page can be used as a status page for workflows, or as a page within a workflow state or an EPT. |
Remarks
The ProjectDetailPageType indicates how the PDP can be used.