Share via


WorkflowActivities.EnterProjectStage method

Attempts to enter the specified workflow stage for the project.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Sub EnterProjectStage ( _
    projectId As Guid, _
    stageId As Guid _
)
'Usage
Dim instance As WorkflowActivities
Dim projectId As Guid
Dim stageId As Guid

instance.EnterProjectStage(projectId, _
    stageId)
[RemoteAttribute]
public void EnterProjectStage(
    Guid projectId,
    Guid stageId
)

Parameters

  • stageId
    Type: System.Guid

    The GUID of the workflow stage.

Remarks

The EnterProjectStage method internally calls the EnterProjectStage(Guid, Guid) method.

See also

Reference

WorkflowActivities class

WorkflowActivities members

Microsoft.ProjectServer.Client namespace