StatusAssignmentCollection.SubmitAllStatusUpdates method

Submit all updates to assignments in the StatusAssignmentCollection for approval.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Sub SubmitAllStatusUpdates ( _
    comment As String _
)
'Usage
Dim instance As StatusAssignmentCollection
Dim comment As String

instance.SubmitAllStatusUpdates(comment)
[RemoteAttribute]
public void SubmitAllStatusUpdates(
    string comment
)

Parameters

  • comment
    Type: System.String

    The text comment for the status submission.

Remarks

If an assignment is for the application user, it can be submitted without permissions other than "log on to Project Server." If the assignment is for another resource, the application user must have the status broker permission (StatusBrokerPermission). Otherwise, the call to the SubmitAllStatusUpdates method will fail with the permission denied exception.

See also

Reference

StatusAssignmentCollection class

StatusAssignmentCollection members

Microsoft.ProjectServer.Client namespace