Click or drag to resize

IListTextItem Interface

IListTextItem Interface List items

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface IListTextItem

The IListTextItem type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleDeleted
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.
Public propertyCode exampleId
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
Public propertyCode exampleKeys
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.
Public propertyCode exampleTable
The Table id that this item comes from. Returns the table id that the list represents.
Public propertyCode exampleText
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.
Public propertyCode exampleTooltip
Description text, Tooltip text for the list item. Tooltip will appear when you move the mouse pointer over the listtextitem.
Public propertyValue
Top
See Also