IListTextItem Properties |
The IListTextItem type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Deleted | Has the item been marked as Deleted
A listitem may be marked as deleted in CRM 5 admin, if the item is marked as deleted its still visible in the archive, but the user may no longer choose this item. |
![]() ![]() | Id | Identity of the list item
The internal id in the database of the current listtextitem. A list in SuperOffice CRM 5 is for example the country list, the currency list, the category list, the business list and so on |
![]() ![]() | Keys | Array of strings - contains the keys that are available from the Value property.
Returns the keys used to access the Value property as a string array. |
![]() ![]() | Table | The Table id that this item comes from.
Returns the table id that the list represents. |
![]() ![]() | Text | The name of the item - e.g: category name, document template title.
The lists in SuperOffice CRM 5. A list is for example the country list, the currency list, the category list, the business list and so on. |
![]() ![]() | Tooltip | Description text, Tooltip text for the list item.
Tooltip will appear when you move the mouse pointer over the listtextitem. |
![]() | Value |