Class NSTaskListItem
Syntax
Constructors
NSTaskListItem()
Initializes a new instance of the NSTaskListItem class.
Introduced or updated in version: 7
Declaration
NSTaskListItem
Methods
GetColorIndex()
Introduced or updated in version: 7.5
Declaration
Integer GetColorIndex()
Returns
Type | Description |
---|---|
Integer | JAP. See ColorIndex. |
Examples
NSTaskListItem thing;
Integer colorIndex = thing.GetColorIndex();
GetDefaultVideomeetingStatus()
Introduced or updated in version: 7
Declaration
Integer GetDefaultVideomeetingStatus()
Returns
Type | Description |
---|---|
Integer | Default video-meeting status for meetings created in SuperOffice CRM. See VideoMeetingStatus |
Examples
NSTaskListItem thing;
Integer defaultVideomeetingStatus = thing.GetDefaultVideomeetingStatus();
GetDeleted()
Introduced or updated in version: 7.5
Declaration
Bool GetDeleted()
Returns
Type | Description |
---|---|
Bool | If true, the Task list item is deleted. |
Examples
NSTaskListItem thing;
Bool deleted = thing.GetDeleted();
GetDirection()
Introduced or updated in version: 7
Declaration
Integer GetDirection()
Returns
Type | Description |
---|---|
Integer | 1 = incoming, 2 = outgoing. See TaskDirection |
Examples
NSTaskListItem thing;
Integer direction = thing.GetDirection();
GetIntentId()
Introduced or updated in version: 7.5
Declaration
Integer GetIntentId()
Returns
Type | Description |
---|---|
Integer | Link to the intention of this kind of task (used by SAINT). |
Examples
NSTaskListItem thing;
Integer intentId = thing.GetIntentId();
GetIsDefaultAlldayEvent()
Introduced or updated in version: 7.5
Declaration
Bool GetIsDefaultAlldayEvent()
Returns
Type | Description |
---|---|
Bool | True if all day event. |
Examples
NSTaskListItem thing;
Bool isDefaultAlldayEvent = thing.GetIsDefaultAlldayEvent();
GetIsDefaultFree()
Introduced or updated in version: 7.5
Declaration
Bool GetIsDefaultFree()
Returns
Type | Description |
---|---|
Bool | True if free, false if busy. |
Examples
NSTaskListItem thing;
Bool isDefaultFree = thing.GetIsDefaultFree();
GetIsDefaultPublished()
Introduced or updated in version: 7.5
Declaration
Bool GetIsDefaultPublished()
Returns
Type | Description |
---|---|
Bool | Published to external persons. |
Examples
NSTaskListItem thing;
Bool isDefaultPublished = thing.GetIsDefaultPublished();
GetRank()
Introduced or updated in version: 7.5
Declaration
Integer GetRank()
Returns
Type | Description |
---|---|
Integer | Rank order. |
Examples
NSTaskListItem thing;
Integer rank = thing.GetRank();
GetTaskListItemId()
Introduced or updated in version: 7
Declaration
Integer GetTaskListItemId()
Returns
Type | Description |
---|---|
Integer | Primary key. |
Examples
NSTaskListItem thing;
Integer taskListItemId = thing.GetTaskListItemId();
GetTooltip()
Introduced or updated in version: 7
Declaration
String GetTooltip()
Returns
Type | Description |
---|---|
String | Tooltip or other description. |
Examples
NSTaskListItem thing;
String tooltip = thing.GetTooltip();
GetType()
Introduced or updated in version: 7
Declaration
Integer GetType()
Returns
Type | Description |
---|---|
Integer | 1 = app, 2 = doc, 3 = email, 4 = fax, 5 = phone, 6 = todo; See TaskType |
Examples
NSTaskListItem thing;
Integer type = thing.GetType();
GetValue()
Introduced or updated in version: 7
Declaration
String GetValue()
Returns
Type | Description |
---|---|
String | The list item. |
Examples
NSTaskListItem thing;
String value = thing.GetValue();
SetColorIndex(Integer)
Introduced or updated in version: 7.5
Declaration
Void SetColorIndex(Integer colorIndex)
Parameters
Type | Name | Description |
---|---|---|
Integer | colorIndex | JAP. See ColorIndex. |
Returns
Type | Description |
---|---|
Void |
Examples
NSTaskListItem thing;
Integer colorIndex;
thing.SetColorIndex(colorIndex);
SetDefaultVideomeetingStatus(Integer)
Introduced or updated in version: 7
Declaration
Void SetDefaultVideomeetingStatus(Integer defaultVideomeetingStatus)
Parameters
Type | Name | Description |
---|---|---|
Integer | defaultVideomeetingStatus | Default video-meeting status for meetings created in SuperOffice CRM. See VideoMeetingStatus. |
Returns
Type | Description |
---|---|
Void |
Examples
NSTaskListItem thing;
Integer defaultVideomeetingStatus;
thing.SetDefaultVideomeetingStatus(defaultVideomeetingStatus);
SetDeleted(Bool)
Introduced or updated in version: 7.5
Declaration
Void SetDeleted(Bool deleted)
Parameters
Type | Name | Description |
---|---|---|
Bool | deleted | If true, the Task list item is deleted. |
Returns
Type | Description |
---|---|
Void |
Examples
NSTaskListItem thing;
Bool deleted;
thing.SetDeleted(deleted);
SetDirection(Integer)
Introduced or updated in version: 7
Declaration
Void SetDirection(Integer direction)
Parameters
Type | Name | Description |
---|---|---|
Integer | direction | 1 = incoming, 2 = outgoing. See TaskDirection. |
Returns
Type | Description |
---|---|
Void |
Examples
NSTaskListItem thing;
Integer direction;
thing.SetDirection(direction);
SetIntentId(Integer)
Introduced or updated in version: 7.5
Declaration
Void SetIntentId(Integer intentId)
Parameters
Type | Name | Description |
---|---|---|
Integer | intentId | Link to the intention of this kind of task (used by SAINT). |
Returns
Type | Description |
---|---|
Void |
Examples
NSTaskListItem thing;
Integer intentId;
thing.SetIntentId(intentId);
SetIsDefaultAlldayEvent(Bool)
Introduced or updated in version: 7.5
Declaration
Void SetIsDefaultAlldayEvent(Bool isDefaultAlldayEvent)
Parameters
Type | Name | Description |
---|---|---|
Bool | isDefaultAlldayEvent | True if all day event. |
Returns
Type | Description |
---|---|
Void |
Examples
NSTaskListItem thing;
Bool isDefaultAlldayEvent;
thing.SetIsDefaultAlldayEvent(isDefaultAlldayEvent);
SetIsDefaultFree(Bool)
Introduced or updated in version: 7.5
Declaration
Void SetIsDefaultFree(Bool isDefaultFree)
Parameters
Type | Name | Description |
---|---|---|
Bool | isDefaultFree | True if free, false if busy. |
Returns
Type | Description |
---|---|
Void |
Examples
NSTaskListItem thing;
Bool isDefaultFree;
thing.SetIsDefaultFree(isDefaultFree);
SetIsDefaultPublished(Bool)
Introduced or updated in version: 7.5
Declaration
Void SetIsDefaultPublished(Bool isDefaultPublished)
Parameters
Type | Name | Description |
---|---|---|
Bool | isDefaultPublished | Published to external persons. |
Returns
Type | Description |
---|---|
Void |
Examples
NSTaskListItem thing;
Bool isDefaultPublished;
thing.SetIsDefaultPublished(isDefaultPublished);
SetRank(Integer)
Introduced or updated in version: 7.5
Declaration
Void SetRank(Integer rank)
Parameters
Type | Name | Description |
---|---|---|
Integer | rank | Rank order. |
Returns
Type | Description |
---|---|
Void |
Examples
NSTaskListItem thing;
Integer rank;
thing.SetRank(rank);
SetTaskListItemId(Integer)
Introduced or updated in version: 7
Declaration
Void SetTaskListItemId(Integer taskListItemId)
Parameters
Type | Name | Description |
---|---|---|
Integer | taskListItemId | Primary key. |
Returns
Type | Description |
---|---|
Void |
Examples
NSTaskListItem thing;
Integer taskListItemId;
thing.SetTaskListItemId(taskListItemId);
SetTooltip(String)
Introduced or updated in version: 7
Declaration
Void SetTooltip(String tooltip)
Parameters
Type | Name | Description |
---|---|---|
String | tooltip | Tooltip or other description. |
Returns
Type | Description |
---|---|
Void |
Examples
NSTaskListItem thing;
String tooltip;
thing.SetTooltip(tooltip);
SetType(Integer)
Introduced or updated in version: 7
Declaration
Void SetType(Integer type)
Parameters
Type | Name | Description |
---|---|---|
Integer | type | 1 = app, 2 = doc, 3 = email, 4 = fax, 5 = phone, 6 = todo; See TaskType |
Examples
NSTaskListItem thing;
Integer type;
thing.SetType(type);
SetValue(String)
Introduced or updated in version: 7
Declaration
Void SetValue(String value)
Parameters
Type | Name | Description |
---|---|---|
String | value | The list item. |
Returns
Type | Description |
---|---|
Void |
Examples
NSTaskListItem thing;
String value;
thing.SetValue(value);