StageDetailPage class

inherits members from ClientObject

Represents a project detail page (PDP) for a workflow stage.

Syntax

CSOM

class StageDetailPage 

JSOM

PS.StageDetailPage

REST Interface

Supported.

PS.StageDetailPage

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

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
Description ✓ʷ ✓ʷ ✓ʷ String Gets or sets the description of the PDP. Read-write String.
Id Guid Gets the GUID of the PDP. Read-only Guid.
Page ✓ʷ ✓ʷ ✓ʷ ProjectDetailPage Gets or sets the PDP in a workflow stage. Read/write ProjectDetailPage.
Position ✓ʷ ✓ʷ ✓ʷ Integer Gets or sets the position of the PDP relative to the other PDPs that are displayed in the workflow stage.
RequiresAttention ✓ʷ ✓ʷ ✓ʷ Boolean Gets or sets a value that indicates whether the PDP requires attention.
Stage Stage Gets a link to the related workflow stage for the PDP. Read-only Stage. Read-only Stage.

Methods

Name .NET JSOM REST Return Type Description
DeleteObject() void Deletes the stage detail page object.

#### Method Details

DeleteObject()

Deletes the stage detail page object.

Syntax
void DeleteObject()
Parameters

None

Return Value

void

See Also

StageDetailPageCollection
StageDetailPageCreationInformation