LocationOrientedSortableSession.ReadTasks method
Gets tasks ordered by location based on the query.
Namespace: Microsoft.SharePoint.WorkManagement.Client
Assembly: Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Function ReadTasks ( _
query As SortableTaskQuery _
) As LocationGroupClientCollection
'Usage
Dim instance As LocationOrientedSortableSession
Dim query As SortableTaskQuery
Dim returnValue As LocationGroupClientCollection
returnValue = instance.ReadTasks(query)
[RemoteAttribute]
public LocationGroupClientCollection ReadTasks(
SortableTaskQuery query
)
Parameters
query
Type: Microsoft.SharePoint.WorkManagement.Client.SortableTaskQueryQuery to filter the tasks results.
Return value
Type: Microsoft.SharePoint.WorkManagement.Client.LocationGroupClientCollection
See also
Reference
LocationOrientedSortableSession class