ProjectDetailPageCreationInformation class

Contains the properties that can be set when creating a ProjectDetailPage when creating a EnterpriseProjectTypeCreationInformation.

Syntax

CSOM

class ProjectDetailPageCreationInformation 

JSOM

PS.ProjectDetailPageCreationInformation

REST Interface

Supported.

PS.ProjectDetailPageCreationInformation

POST Example (not all fields may be required)

body = {
	'parameters': {
		'Id':'value', 
		'IsCreate':'value', 
		'Position':'value'		
	}

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
Id ✓ʷ ✓ʷ ✓ʷ Guid Gets or sets the GUID of a project detail page.
IsCreate ✓ʷ ✓ʷ ✓ʷ Boolean Gets or sets a value that indicates whether a project detail page is created.
Position ✓ʷ ✓ʷ ✓ʷ Integer Gets or sets a value that indicates the order of placement of a project detail page in a list of project detail pages.

See Also