StageDetailPage class

Represents a project detail page (PDP) for a workflow stage.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.ProjectServer.Client.StageDetailPage

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

Syntax

'Declaration
<ScriptTypeAttribute("PS.StageDetailPage", ServerTypeId := "{d7235d2f-6f0b-4e9d-a7e3-292e59507386}")> _
Public Class StageDetailPage _
    Inherits ClientObject
'Usage
Dim instance As StageDetailPage
[ScriptTypeAttribute("PS.StageDetailPage", ServerTypeId = "{d7235d2f-6f0b-4e9d-a7e3-292e59507386}")]
public class StageDetailPage : ClientObject

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, some fields in the stage creation page represent members of the StageDetailPage class. Other fields on the page represent members of the StageCustomField class and the StageDetailPageCreationInformation class.

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

StageDetailPage members

Microsoft.ProjectServer.Client namespace