WorkflowActivities.UpdateProjectStageStatus method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Sub UpdateProjectStageStatus ( _
projectId As Guid, _
stageId As Guid, _
statusInformation As String, _
stageStatusValue As UpdateProjectStageStatusFieldValue, _
append As Boolean _
)
'Usage
Dim instance As WorkflowActivities
Dim projectId As Guid
Dim stageId As Guid
Dim statusInformation As String
Dim stageStatusValue As UpdateProjectStageStatusFieldValue
Dim append As Boolean
instance.UpdateProjectStageStatus(projectId, _
stageId, statusInformation, stageStatusValue, _
append)
public void UpdateProjectStageStatus(
Guid projectId,
Guid stageId,
string statusInformation,
UpdateProjectStageStatusFieldValue stageStatusValue,
bool append
)
Parameters
- projectId
Type: System.Guid
- stageId
Type: System.Guid
- statusInformation
Type: System.String
- stageStatusValue
Type: Microsoft.ProjectServer.Client.UpdateProjectStageStatusFieldValue
- append
Type: System.Boolean