Skip to main content

Class TaskListHistoryOptions

The TaskListHistoryOptions.

Assembly: Taskurai.dll
Declaration
public class TaskListHistoryOptions

Properties

PageSizeHint

Page size hint.

Declaration
public int? PageSizeHint { get; set; }

ContinuationToken

Token to get the next page of results.

Declaration
public string ContinuationToken { get; set; }

ReturnTotalCount

Must the total count be returned.

Declaration
public bool? ReturnTotalCount { get; set; }

ReturnCondensed

Must the results be returned in condensed format.

Declaration
public bool? ReturnCondensed { get; set; }