Click or drag to resize

IActivityList Interface

A collection of activities. Each activity can be a sale, document or appointment.

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

The IActivityList type exposes the following members.

Properties
  NameDescription
Public propertyEOF
Return true when the end is reached.
Top
Methods
  NameDescription
Public methodGetEnumerator
Public methodGetFirst
Return the first item.
Public methodGetNext
Return the next item.
Top
See Also