Click or drag to resize

IChecklist Interface

Collection of diary checklist items for a particular user. Each item corresponds to an incomplete appointment, document, sale.

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

The IChecklist type exposes the following members.

Properties
  NameDescription
Public propertyAssociateId
AssociateId - id of owner of checklist
Public propertyEOF
Returns true if end of list is reached
Public propertyMode
bitflag corresponding to the checkboxes in the checklist archive
Top
Methods
  NameDescription
Public methodGetEnumerator
Public methodGetFirst
Return first item in list, or NULL if list is empty.
Public methodGetNext
Return next item in list, or NULL if end of list is reached
Public methodGetOwnerName
GetOwnerName - return name of associate whose checklist this is
Top
See Also