Click or drag to resize

IChecklistItem Interface

A checklist item is a row in the diary checklist. It represents an incomplete appointment, document or sale.

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

The IChecklistItem type exposes the following members.

Properties
  NameDescription
Public propertyContactDepartment
ContactDepartment
Public propertyContactId
ContactID
Public propertyContactName
ContactName
Public propertyDateComplete
DateComplete
Public propertyDescription
Text
Public propertyDone
Done
Public propertyIdentity
Identity of the row
Public propertyOwnerList
OwnerList
Public propertyPriorityText
PriorityText
Public propertyRowType
RowType
Public propertyTableId
TableID
Public propertyTypeText
TypeText
Top
See Also