Click or drag to resize

IActivityListItem Interface

Represents a row in an activity archive. Can be a document, appointment or sale row.

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

The IActivityListItem type exposes the following members.

Properties
  NameDescription
Public propertyAppointment
Appointment - is NULL if inappropriate
Public propertyAssociate
Associate - owner of item
Public propertyAssociateName
AssociateName - name of owner of item
Public propertyContactName
Name of Contact - blank if no contact set.
Public propertyDate
Date - sale date, document date, do-by date
Public propertyDescription
Text - description, document title, sale title
Public propertyDocument
Document - is NULL if inappropriate
Public propertyDone
Is completed?
Public propertyIconId
IconId - type of activity
Public propertyIdentity
Identity of the row
Public propertyPerson
Person object
Public propertyPersonName
Name of Person
Public propertyProjectName
Name of Project - blank if no project set.
Public propertyRowType
RowType - Appointment,Document or Sale
Public propertySale
Sale - is NULL if inappropriate
Public propertyTypeText
Type of thing (appointment type, document template, sale rating)
Top
See Also