Share via


UserOrderedSession.ReorderTask method

Changes the order of a task.

Namespace:  Microsoft.SharePoint.WorkManagement.Client
Assembly:  Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Overridable Sub ReorderTask ( _
    taskKey As Integer, _
    newAfterTaskKey As Integer _
)
'Usage
Dim instance As UserOrderedSession
Dim taskKey As Integer
Dim newAfterTaskKey As Integer

instance.ReorderTask(taskKey, newAfterTaskKey)
[RemoteAttribute]
public virtual void ReorderTask(
    int taskKey,
    int newAfterTaskKey
)

Parameters

  • newAfterTaskKey
    Type: System.Int32

    ID of the task that should proceed the specified task.

See also

Reference

UserOrderedSession class

UserOrderedSession members

Microsoft.SharePoint.WorkManagement.Client namespace