PS.EnterpriseProjectType object (ps.js)

Represents an enterprise project type (EPT).

Applies to: Project Professional 2013 | Project Server 2013

In this article
Remarks
Members
REST resource endpoint

PS.EnterpriseProjectType

Remarks

An enterprise project organizes a set of other projects.

Members

Methods

The EnterpriseProjectType object has the following methods.

Method

Description

deleteObject

initPropertiesFromJson

This member is reserved for internal use and is not intended to be used directly from your code.

Properties

The EnterpriseProjectType object has the following properties.

Property

Description

description

id

imageUrl

isDefault

isManaged

name

order

projectDetailPages

projectPlanTemplateId

workflowAssociationId

workflowAssociationName

workspaceTemplateName

REST resource endpoint

Endpoint URI structure

http://<sitecollection>/<site>/_api/ProjectServer/EnterpriseProjectTypes('projecttypeid')

HTTP requests

This resource supports the following HTTP commands:

DELETE syntax

DELETE http://<sitecollection>/<site>/_api/ProjectServer/EnterpriseProjectTypes('projecttypeid')

MERGE syntax

MERGE http://<sitecollection>/<site>/_api/ProjectServer/EnterpriseProjectTypes('projecttypeid')

PUT syntax

PUT http://<sitecollection>/<site>/_api/ProjectServer/EnterpriseProjectTypes('projecttypeid')

See also

Reference

Microsoft.ProjectServer.Client.EnterpriseProjectType