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