CreateEntry method

This method is obsolete in V. 7.0.

Creates a new Portal Entry in the Portal Config.

Syntax


C++

HRESULT CreateEntry (
   BSTR URL,

   IERUPortalEntry** ppPortalEntry)

Scripting languages

Set PortalEntry = Object.CreateEntry(RoomURL)

Parameters


URL

A URL. SAAPI does not attempt to verify that the URL is correct, nor confirm that a person to which an eRoom Set is assigned is actually a member of any of the eRooms in the list. The URL doesn't even have to point to an eRoom, although if it doesn't, requesting any level of detail beyond just the link causes errors.

ppPortalEntry

Upon return, an IERUPortalEntry interface pointer to the newly-created portal entry.

Return value


C++

The return code.

Scripting languages

An IERUPortalEntry interface pointer to the newly-created Portal Entry.

Remarks


CreatePortalEntry appends the new Portal Entry to the end of the list. The default properties for a newly-created Portal Entry are:

Property

Default setting

ShowIDGraphic

TRUE

DetailLevel

erPortalEntryDetailBasic

Format

ERUPortalEntryFormatNarrow

Home

Interface

IERUPortalConfig


See also

IERUPortalEntry


See also

My eRooms