Name property

Sets or returns the name of any of the following objects:

  • Calendar Event

  • Community

  • Custom Context

  • Custom Field Definition

  • Custom Role

  • Database Column

  • Directory Group

  • Element Header

  • External Storage Provider

  • Group

  • Item

  • Portal Config (Obsolete in V. 7.0)

  • Routing Target

  • Site

  • Stationery

  • Synchronous Event Handler

Syntax


C++

HRESULT get_Name(BSTR* pName)

HRESULT put_Name(BSTR MyName)

Scripting languages

String = object.Name

object.Name = String

Remarks


The string length of the name must not exceed 126 characters.

For IERURoutingTarget and IERUStationery, the name you set with the Name property appears on the associated button in the eRoom user interface.

For IERUCalendarEvent, the Name property sets the name of a single-occurance calendar event or the name of an individual occurrence in a series of repeating calendar events. To set the default name for each occurrence in a series of repeating events, use the RecurrenceName property of the IERUCalendarRecurringEvent interface.

For IERUCustomCommand, returns the name of the custom command, but cannot set the name. This name is used for the button name in the eRoom UI.

For IERUSynchronousEventHandler, returns or sets the name of the synchronous event handler.

For IERUDBCell returns the name of the cell's column, but cannot set the name.

For IERUExternalStorageProvider, returns the storage provider's name (for example, the name of the Copyright © 2009 Docbase), but cannot set the name.

For IERUSite, sets or returns the name of the site.

For IERUCommunity sets or returns the name of the community.

For IERUSEvent_Community returns but does not set the name of the community.

For IERUSEvent_Group, returns but does not set the group name.

For IERUSEvent_Item, returns but does not set the item name.

For IERUSEvent_Column, returns but does not set the column name.

For IERUElementHeader, sets or returns the name of the header.

Home

Applies to
IERUCalendarEvent

IERUCommunity

IERUCustomFieldDef

IERUCustomRole

IERUDBCell

IERUDBColumn

IERUDirectoryGroup

IERUElementHeader

IERUExternalStorageProvider

IERUGroup

IERUItem

IERUPortalConfig

IERUProvisioningGroup

IERURoutingTarget

IERUSEvent_Column

IERUSEvent_Community

IERUSEvent_Group

IERUSEvent_Item

IERUSite

IERUStationery

IERUSynchronousEventHandler