ProjectDetailPage class

inherits members from ClientObject

Represents a project detail page (PDP), which is a Web Part page for creating, viewing, or managing the properties of projects in Project Web App.

Syntax

CSOM

class ProjectDetailPage 

JSOM

PS.ProjectDetailPage

REST Interface

Supported.

PS.ProjectDetailPage

http://contoso.sharepoint.com/sites/pwa/api/ProjectServer/ProjectDetailPages('{pageid}')

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
Id Guid Gets the GUID of the project detail page.
Item SPListItem Gets an item from the list of items on the project detail page.
Name String Gets the title or name of the project detail page.
PageType ProjectDetailPageType Gets the type of the project detail page.

See Also

ProjectDetailPageCollection
SPListItem
Stage
StageDetailPage