Programmer's Guide:
Using My eRooms Manager

A My eRoom's page displays the rooms you are a member of or that you administer. The My eRooms Manager allows you to customize a user's My eRooms page. To obtain a collection of just the rooms you administer, call the AdministratorCommunities property.  The top of the My eRooms page lists the active rooms or the rooms you most commonly use. Whenever you enter an eRoom through the browser, the room is automatically added to your active room list.  However, if you remove a room from the active room list, then it will not reappear there even after you log in to the eRoom again.

Managing the Active Room List


You can add and remove rooms from the active room list through the IERUMyeRoomsManager interface. You can separate groupings of rooms by adding headers, which are dividing banners with titles. You can also specify the color of the header. Rooms and headers are referred to generically as elements. Consequently, if you want to remove either a room or a header, you call the method RemoveElement and pass in an interface pointer to the element you want removed. You can also control the order of the rooms and headers in the active room list, by calling SetElementPosition.