DisplayName Property

This property is implemented by the following interfaces. Click one of the links below to jump to the description of the property as it pertains to that interface.

IERUDirectorySearchCriteria
IERUElementRoom

IERUExtension

IERUFacility
IERURoom
IERUSiteFacility
IERUUser

 

 

DisplayName property

For Directory Search Criteria, sets or returns the display name used for a search.

For Facilities, sets or returns the Facility's name.

For Rooms, sets or returns the Room's name.

For Site Facilities, returns the Site Facility's name.

For Site Rooms, returns the Site Room's name.

For Users, sets or returns the user's display name. Returns a generated name if not set.

Syntax


C++

HRESULT get_DisplayName(BSTR* pDisplayName)

HRESULT put_DisplayName(BSTR myDisplayName)

Scripting language

DisplayName = Object.DisplayName

Object.DisplayName = DisplayName

Remarks


The DisplayName property returns the descriptive name that appears at the top of an eRoom or facility. Use the URLName property to return the shortened version of the descriptive name that appears in the URL for an eRoom or facility.

Go to Top

 

Home

Applies to
IERUDirectorySearchCriteria

IERUFacility

IERURoom

IERUSiteFacility

IERUSiteRoom

IERUUser


See also

Creating eRooms

DisplayName property

For IERUElementRoom, returns the room's display name.

Syntax


C++

HRESULT get_DisplayName (BSTR* pDisplayName)

Scripting languages

DisplayName = Object.DisplayName

Go to Top

Home

Applies to
IERUElementRoom


 

 

 

DisplayName property

Returns the language-specific display name of this extension.

The LangID parameter is optional. A LangID of 0 specifies the language ID of the logged in user.

Syntax


C++

HRESULT get_DisplayName(
   
LONG LangID,
   BSTR* pDisplayName)

Scripting languages

DisplayName = Object.DisplayName(LangID as Long)

 

Go to Top

Home

Applies to

IERUExtension