StageDetailPageCreationInformation class

Provides property settings and methods that are used to create a project detail page (PDP) for a workflow stage.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.ProjectServer.Client.StageDetailPageCreationInformation

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

Syntax

'Declaration
<ScriptTypeAttribute("PS.StageDetailPageCreationInformation", ValueObject := True,  _
    ServerTypeId := "{04c2bf02-2097-4e62-a46d-37b135f55a18}")> _
Public Class StageDetailPageCreationInformation _
    Inherits ClientValueObject
'Usage
Dim instance As StageDetailPageCreationInformation
[ScriptTypeAttribute("PS.StageDetailPageCreationInformation", ValueObject = true, 
    ServerTypeId = "{04c2bf02-2097-4e62-a46d-37b135f55a18}")]
public class StageDetailPageCreationInformation : ClientValueObject

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 properties of the StageDetailPageCreationInformation class. Other fields on the page represent members of the StageCustomField class and the StageCustomFieldCreationInformation 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

StageDetailPageCreationInformation members

Microsoft.ProjectServer.Client namespace