Share via


ProjectDetailPageType enumeration

Specifies the type of project detail page (PDP).

Syntax

CSOM

enum ProjectDetailPageType 

JSOM

PS.ProjectDetailPageType

REST Interface

ProjectDetailPageType enumeration is not expliclity defined in REST. Use the values below to understand what can be returned and set.

Members

Name Value Description
None 0 Indicates that the page usage is not specified.
ProjectDefault 1 Indicates that the page can be used within a workflow stage or an enterprise project type (EPT).
NewProject 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 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.

See Also

ProjectDetailPage