(Contents)(Previous)(Next)

Group List Object

The Group List object is a list which lets you access OfficeTalk groups. The Group List object may be obtained by a call to session.GetGroups. The Group list object provides access to the common list object functionality.

Group List Methods
Add Adds a new group
Count Returns the number of groups in the list.
SetFilter Sets the list filter
SetFilterAnd Logically ANDs the filter with this expression
SetFilterOr Logically ORs the filter with this expression
ClearFilter Clears the list filter
FindItemByID Finds a group with an ID which matches the passed in ID
GetFirst Gets the first group in the list.
GetNext Gets the next group in the list.
GetLast Gets the last group in the list.
GetPrev Gets the previous group in the list.


Next