StageDetailPageCollection class

Represents a collection of project detail pages (PDPs) that are visible in a workflow stage.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<StageDetailPage>
        Microsoft.ProjectServer.Client.StageDetailPageCollection

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("PS.StageDetailPageCollection", ServerTypeId := "{c33dca77-7bca-452a-a5fd-e2c1eb59204e}")> _
Public Class StageDetailPageCollection _
    Inherits ClientObjectCollection(Of StageDetailPage)
'Usage
Dim instance As StageDetailPageCollection
[ScriptTypeAttribute("PS.StageDetailPageCollection", ServerTypeId = "{c33dca77-7bca-452a-a5fd-e2c1eb59204e}")]
public class StageDetailPageCollection : ClientObjectCollection<StageDetailPage>

Remarks

For a list of workflow stages in Project Web App, see https://ServerName/ProjectServerName/Admin/WorkflowStages.aspx. When you create a workflow stage in Project Web App, you can add one or more PDPs that are visible in the stage. At least one PDP should be visible.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

StageDetailPageCollection members

Microsoft.ProjectServer.Client namespace