URLName 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.

IERUFacility
IERURoom

IERUSEvent_Facility
IERUSEvent_Room
IERUSiteFacility
IERUSiteRoom
ERUSvrManager

 

 

URLName property

For a Facility: Sets or returns the name of a Facility as it appears in its URL.

For a Room: Sets or returns the name of a Room as it appears in its URL.

Syntax


C++

HRESULT get_URLName(BSTR* pURLName)

HRESULT put_URLName(BSTR myURLName)

Scripting languages

String = object.URLName

Room.URLName = String

Remarks


  • The Facility must not be open in another process (e.g. IIS , the eRoom Scheduler Service, or the eRoom Extension Manager Service), otherwise the WIN32 error ERROR_SHARING_VIOLATION will be returned.

  • URLName is the default property for IERUFacility and IERURoom.

  • URLName returns the shortened version of the descriptive name that appears in the URL for a Facility or eRoom. Use the DisplayName property to return the descriptive name that appears at the top of a Room or Facility.

Home

Applies to

IERUFacility

IERURoom


See also

Creating eRooms

Go to Top

URLName property

Returns the name used in eRoom URLs.

This property is obsolete in V. 7 for the IERUSvrManager interface.

Syntax


C++

HRESULT get_URLName(BSTR* pURLName)

Scripting languages

String = object.URLName

Remarks


This property is for convenience

Go to Top

Home

Applies to
IERUSEvent_Facility

IERUSEvent_Room

IERUSiteFacility

IERUSiteRoom

IERUSvrManager