Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSTaskListItem
Integer GetColorIndex()
NSTaskListItem thing; Integer colorIndex = thing.GetColorIndex();
Integer GetDefaultVideomeetingStatus()
NSTaskListItem thing; Integer defaultVideomeetingStatus = thing.GetDefaultVideomeetingStatus();
Bool GetDeleted()
NSTaskListItem thing; Bool deleted = thing.GetDeleted();
Integer GetDirection()
NSTaskListItem thing; Integer direction = thing.GetDirection();
Integer GetIntentId()
NSTaskListItem thing; Integer intentId = thing.GetIntentId();
Bool GetIsDefaultAlldayEvent()
NSTaskListItem thing; Bool isDefaultAlldayEvent = thing.GetIsDefaultAlldayEvent();
Bool GetIsDefaultFree()
NSTaskListItem thing; Bool isDefaultFree = thing.GetIsDefaultFree();
Bool GetIsDefaultPublished()
NSTaskListItem thing; Bool isDefaultPublished = thing.GetIsDefaultPublished();
Integer GetRank()
NSTaskListItem thing; Integer rank = thing.GetRank();
Integer GetTaskListItemId()
NSTaskListItem thing; Integer taskListItemId = thing.GetTaskListItemId();
String GetTooltip()
NSTaskListItem thing; String tooltip = thing.GetTooltip();
Integer GetType()
NSTaskListItem thing; Integer type = thing.GetType();
String GetValue()
NSTaskListItem thing; String value = thing.GetValue();
Void SetColorIndex(Integer colorIndex)
NSTaskListItem thing; Integer colorIndex; thing.SetColorIndex(colorIndex);
Void SetDefaultVideomeetingStatus(Integer defaultVideomeetingStatus)
NSTaskListItem thing; Integer defaultVideomeetingStatus; thing.SetDefaultVideomeetingStatus(defaultVideomeetingStatus);
Void SetDeleted(Bool deleted)
NSTaskListItem thing; Bool deleted; thing.SetDeleted(deleted);
Void SetDirection(Integer direction)
NSTaskListItem thing; Integer direction; thing.SetDirection(direction);
Void SetIntentId(Integer intentId)
NSTaskListItem thing; Integer intentId; thing.SetIntentId(intentId);
Void SetIsDefaultAlldayEvent(Bool isDefaultAlldayEvent)
NSTaskListItem thing; Bool isDefaultAlldayEvent; thing.SetIsDefaultAlldayEvent(isDefaultAlldayEvent);
Void SetIsDefaultFree(Bool isDefaultFree)
NSTaskListItem thing; Bool isDefaultFree; thing.SetIsDefaultFree(isDefaultFree);
Void SetIsDefaultPublished(Bool isDefaultPublished)
NSTaskListItem thing; Bool isDefaultPublished; thing.SetIsDefaultPublished(isDefaultPublished);
Void SetRank(Integer rank)
NSTaskListItem thing; Integer rank; thing.SetRank(rank);
Void SetTaskListItemId(Integer taskListItemId)
NSTaskListItem thing; Integer taskListItemId; thing.SetTaskListItemId(taskListItemId);
Void SetTooltip(String tooltip)
NSTaskListItem thing; String tooltip; thing.SetTooltip(tooltip);
Void SetType(Integer type)
NSTaskListItem thing; Integer type; thing.SetType(type);
Void SetValue(String value)
NSTaskListItem thing; String value; thing.SetValue(value);
Was this page helpful?