ProjectDetailPageType enumeration

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.

See also

Reference

Microsoft.ProjectServer.Client namespace