AddRoomElement method

Adds an active eRoom to the My eRooms page.

Syntax


C++

HRESULT AddRoomElement (
   IERUSiteRoom Room,
   IERUElement *AfterElement,
   IERUElement** ppElement)

Scripting languages

Set RoomElement = Object.AddRoomElement (
   Room as IERUSiteRoom,
   AfterElement as IERUElement)

Parameters


Room

The site room to be added to the My eRooms page.

AfterElement

IERUElement that the new active room is to follow. If not specified (or NULL), the active room is added at the beginning.

ppElement

Upon return, an IERUElement interface pointer to the active eRoom that has been added.

Return value


C++

The return code.

Scripting languages

An IERUElement interface pointer to the active eRoom that has been added.

Home

Applies to

IERUMyeRoomsManager