(Contents)(Previous)(Next)

Project List Object

The Project List object is a list which lets you access OfficeTalk projects. The Project List object may be obtained by a call to session.GetProjects. The Project list object provides access to the common list object functionality.

Project List Methods
Add Adds a new project
Count Returns the number of projects 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 project with an ID which matches the passed in ID
GetFirst Gets the first project in the list
GetNext Gets the next project in the list.
GetLast Gets the last project in the list
GetPrev Gets the previous project in the list


Next