StageDetailPageCollection.Add method

Adds a project detail page to the collection of PDPs that are visible in a workflow stage.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function Add ( _
    parameters As StageDetailPageCreationInformation _
) As StageDetailPage
'Usage
Dim instance As StageDetailPageCollection
Dim parameters As StageDetailPageCreationInformation
Dim returnValue As StageDetailPage

returnValue = instance.Add(parameters)
[RemoteAttribute]
public StageDetailPage Add(
    StageDetailPageCreationInformation parameters
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.StageDetailPage
The PDP that is added to the collection.

See also

Reference

StageDetailPageCollection class

StageDetailPageCollection members

Microsoft.ProjectServer.Client namespace