ProjectDetailPageCollection class
inherits members from ClientObjectCollection
Represents a collection of project detail pages (PDPs).
Syntax
CSOM
class ProjectDetailPageCollection
JSOM
PS.ProjectDetailPageCollection
REST Interface
Supported.
PS.ProjectDetailPageCollection
http://contoso.sharepoint.com/sites/pwa/api/ProjectServer/ProjectDetailPages
Members
✓ - Read Support ✓ʷ - Write Support
Properties
Name | .NET | JSOM | REST | Type | Description |
---|---|---|---|---|---|
[Integer] | ✓ | ProjectDetailPage | Gets a ProjectDetailPage from the collection at the specified index. | ||
Item | ✓ | ProjectDetailPage | Gets a ProjectDetailPage from the collection at the specified index. | ||
List | ✓ | ✓ | ✓ | SPList | Gets a list of available project detail pages. |
Methods
Name | .NET | JSOM | REST | Return Type | Description |
---|---|---|---|---|---|
'{ProjectDetailPageId}' | ✓ | ProjectDetailPage | Gets a ProjectDetailPage from the collection with the specified ProjectDetailPageId. | ||
GetByGuid(Guid uid) | ✓ | ✓ | ✓ | ProjectDetailPage | Gets a ProjectDetailPage from the collection with the Guid value. |
GetById(String objectId) | ✓ | ✓ | ✓ | ProjectDetailPage | Gets a ProjectDetailPage from the collection with the Id value. |
#### Method Details
'{ProjectDetailPageId}'
Gets a ProjectDetailPage from the collection with the specified ProjectDetailPageId.
Syntax
ProjectDetailPage http://contoso.sharepoint.com/sites/pwa/api/ProjectServer/ProjectDetailPages('{ProjectDetailPageId}')
Parameters
Name | Type | Description |
---|---|---|
ProjectDetailPageId | String | the id of the ProjectDetailPage |
Return Value
GetByGuid(Guid uid)
Gets a ProjectDetailPage from the collection with the Guid value.
Syntax
ProjectDetailPage GetByGuid(Guid uid)
Parameters
Name | Type | Description |
---|---|---|
uid | Guid | The Guid of the ProjectDetailPage |
Return Value
GetById(String objectId)
Gets a ProjectDetailPage from the collection with the Id value.
Syntax
ProjectDetailPage GetById(String objectId)
Parameters
Name | Type | Description |
---|---|---|
objectId | String | The id of the ProjectDetailPage. |
Return Value
See Also
EnterpriseProjectType
ProjectContext
ProjectDetailPage
SPList