StageDetailPageCreationInformation class

Contains the properties that can be set when creating a StageDetailPage.

Syntax

CSOM

class StageDetailPageCreationInformation 

JSOM

PS.StageDetailPageCreationInformation

REST Interface

Supported.

PS.StageDetailPageCreationInformation

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

POST Example (not all fields may be required)

body = {
	'parameters': {
		'Description':'value', 
		'Id':'value', 
		'Position':'value', 
		'RequiresAttention':'value'		
	}

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
Description ✓ʷ ✓ʷ ✓ʷ String Gets or sets the description of the stage PDP.
Id ✓ʷ ✓ʷ ✓ʷ Guid Gets or sets the GUID of the PDP for the stage.
Position ✓ʷ ✓ʷ ✓ʷ Integer Gets or sets the position of a PDP relative to the other PDPs that are displayed in the stage.
RequiresAttention ✓ʷ ✓ʷ ✓ʷ Boolean Gets or sets a value that indicates whether the stage PDP requires attention.

See Also

StageDetailPage
StageDetailPageCollection