SetElementPosition method

Repositions a My eRoom page element.

Syntax


C++

HRESULT SetElementPosition (
   IERUElement *Element,
   IERUElement *AfterElement)

Scripting languages

Object.SetElementPosition (
   Element as IERUElement,
   AfterElement as IERUElement)

Parameters


Element

The element you want to reposition.

AfterElement

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

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERUMyElementsManager

IERUMyeRoomsManager