Click or drag to resize

IListTextItem Interface

IListTextItem Interface

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

The IListTextItem type exposes the following members.

Properties
  NameDescription
Public propertyDeleted
Has the item been marked as Deleted
Public propertyId
Identity of the list item
Public propertyKeys
Array of strings - contains the keys that are available from the Value property.
Public propertyTable
The Table id that this item comes from.
Public propertyText
The name of the item - e.g: category name, document template title.
Public propertyTooltip
Description text, Tooltip text for the list item.
Public propertyValue
Top
See Also