WorkflowActivities.UpdateIdeaListItemStatus method
Updates the Status column in the SharePoint project idea list with a status string.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Sub UpdateIdeaListItemStatus ( _
projectId As Guid, _
status As String _
)
'Usage
Dim instance As WorkflowActivities
Dim projectId As Guid
Dim status As String
instance.UpdateIdeaListItemStatus(projectId, _
status)
[RemoteAttribute]
public void UpdateIdeaListItemStatus(
Guid projectId,
string status
)
Parameters
projectId
Type: System.GuidThe GUID of the project.
status
Type: System.StringThe status message to write to the idea status column.
Remarks
The UpdateIdeaListItemStatus method updates the original item in the SharePoint list for project ideas that the CreateProjectFromListItem method used to create the project.