(Contents)(Previous)(Next)

Users List Object

The Users object relates to a list of OfficeTalk users. This object is a collection of User objects. The Users list object provides access to the common list object functionality.

Users Methods
Add Adds a new user
Count Returns the number of users in the workgroup/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 user with an ID which matches the passed in ID
GetFirst Gets the first user in the list
GetNext Gets the next user in the list
GetLast Gets the last user in the list
GetPrev Gets the previous user in the list


Next