ProjectEngagementCreationInformation class

inherits members from EngagementCreationInformation

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

Syntax

CSOM

class ProjectEngagementCreationInformation 

JSOM

PS.ProjectEngagementCreationInformation

REST Interface

Supported.

PS.ProjectEngagementCreationInformation

http://contoso.sharepoint.com/sites/pwa/api/ProjectServer/Projects('{projectid}')/Engagements/Add

POST Example (not all fields may be required)

body = {
	'parameters': {
		'ResourceId':'value'		
	}

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
Resource ✓ʷ ✓ʷ EnterpriseResource
ResourceId ✓ʷ Guid

See Also

ProjectEngagement
ProjectEngagementCollection