TaskObject Class

Definition

Item in The tasks in the list.

public class TaskObject
type TaskObject = class
Public Class TaskObject
Inheritance
TaskObject

Constructors

Name Description
TaskObject()

Properties

Name Description
Completed

The datetime the task was completed.

Due

The datetime the task is due.

HTMLLink

A link to the task.

Notes

The notes for the task.

Parent

The parent of the task.

Position

The position of the task.

Status

The status of the task.

TaskId

The identifier of the task.

Title

The title of the task.

Updated

The last time the task was updated.

Applies to