SortableSession class
Represents a session with sorted tasks.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.WorkManagement.Client.BaseSession
Microsoft.SharePoint.WorkManagement.Client.SortableSession
Namespace: Microsoft.SharePoint.WorkManagement.Client
Assembly: Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.WorkManagement.OM.SortableSession", ServerTypeId := "{5c81f0ea-999b-411e-a692-5962b32b206f}")> _
Public Class SortableSession _
Inherits BaseSession
'Usage
Dim instance As SortableSession
[ScriptTypeAttribute("SP.WorkManagement.OM.SortableSession", ServerTypeId = "{5c81f0ea-999b-411e-a692-5962b32b206f}")]
public class SortableSession : BaseSession
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.