Share via


StageCreationInformation class

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

Syntax

CSOM

class StageCreationInformation 

JSOM

PS.StageCreationInformation

REST Interface

Supported.

PS.StageCreationInformation

http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/Stages/Add

POST Example (not all fields may be required)

body = {
	'parameters': {
		'Behavior':'value', 
		'CheckInRequired':'value', 
		'CustomFields':'value', 
		'Description':'value', 
		'Id':'value', 
		'Name':'value', 
		'PhaseId':'value', 
		'ProjectDetailPages':'value', 
		'SubmitDescription':'value', 
		'WorkflowStatusPageId':'value'		
	}

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
Behavior ✓ʷ ✓ʷ ✓ʷ StrategicImpactBehavior Gets or sets the Strategic Impact value for a project stage; for example, Read Only.
CheckInRequired ✓ʷ ✓ʷ ✓ʷ Boolean Gets or sets a value that indicates whether project check in is required.
CustomFields ✓ʷ ✓ʷ ✓ʷ CustomFieldCollection Gets or sets the collection of all the custom fields that have values set for the project stage.
Description ✓ʷ ✓ʷ ✓ʷ String Gets or sets the stage description.
Id ✓ʷ ✓ʷ ✓ʷ Guid Gets or sets the GUID of the project stage.
Name ✓ʷ ✓ʷ ✓ʷ String Gets or sets the name of the project stage.
PhaseId ✓ʷ ✓ʷ ✓ʷ Guid Gets or sets the GUID for the phase that contains the project stage.
ProjectDetailPages ✓ʷ ✓ʷ ✓ʷ ProjectDetailPageCollection Gets or sets a collection of project detail pages for the project stage.
SubmitDescription ✓ʷ ✓ʷ ✓ʷ String Gets or sets the description for submit.
WorkflowStatusPageId ✓ʷ ✓ʷ ✓ʷ Guid Gets or sets the GUID for the stage workflow status project detail page.

See Also

Stage
StageCollection