WorkflowActivities.UpdateProjectStageStatus-Methode
Der Wert des Status und die Statusinformationen für eine Workflowstufe Project Server aktualisiert.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
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)
[RemoteAttribute]
public void UpdateProjectStageStatus(
Guid projectId,
Guid stageId,
string statusInformation,
UpdateProjectStageStatusFieldValue stageStatusValue,
bool append
)
Parameter
projectId
Typ: System.GuidDie GUID des Projekts.
stageId
Typ: System.GuidDie GUID der die Workflowstufe.
statusInformation
Typ: System.StringDen Wert der Status zu aktualisieren.
stageStatusValue
Typ: Microsoft.ProjectServer.Client.UpdateProjectStageStatusFieldValueDie Phase Statuswert festgelegt; Dies kann eine der Konstanten in der UpdateProjectStageStatusFieldValue -Aufzählung sein.
append
Typ: System.BooleanTrue , wenn der Informationstext angefügt wird; false Wenn der Informationstext ersetzt wird.
Hinweise
Project Server-Workflows kann die UpdateProjectStageStatus -Methode aufrufen.