WorkflowActivities.UpdateProjectStageStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public void UpdateProjectStageStatus (Guid projectId, Guid stageId, string statusInformation, Microsoft.ProjectServer.Client.UpdateProjectStageStatusFieldValue stageStatusValue, bool append);
member this.UpdateProjectStageStatus : Guid * Guid * string * Microsoft.ProjectServer.Client.UpdateProjectStageStatusFieldValue * bool -> unit
Public Sub UpdateProjectStageStatus (projectId As Guid, stageId As Guid, statusInformation As String, stageStatusValue As UpdateProjectStageStatusFieldValue, append As Boolean)
Parameters
- projectId
- Guid
- stageId
- Guid
- statusInformation
- String
- stageStatusValue
- UpdateProjectStageStatusFieldValue
- append
- Boolean
- Attributes