The Company List object is a list which lets you access OfficeTalk companies. The Company List object may be obtained by a call to session.GetCompanies. The Company list object provides access to the common list object functionality.
Company List Methods |
Add | Adds a new company |
Count | Returns the number of companies 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 company with an ID which matches the passed in ID |
GetFirst | Gets the first company in the list |
GetNext | Gets the next company in the list. |
GetLast | Gets the last company in the list |
GetPrev | Gets the previous company in the list |