CreatePortalConfig method

This method is obsolete in V. 7.0.

Creates a new Portal Config in the Portal Config Manager.

Syntax


C++

HRESULT CreatePortalConfig (
   BSTR Name,

   IERUPortalConfig** ppPortalConfig)

Scripting languages

Set PortalConfig = Object.CreatePortalConfig(Name)

Parameters


Name

The name of the portal config.

ppPortalConfig

Upon return, an IERUPortalConfig interface pointer to the newly-created Portal Config.

Return value


C++

The return code.

Scripting languages

An IERUPortalConfig interface pointer to the newly-created Portal Config.

Remarks


CreatePortalConfig appends the new Portal Config to the end of the Portal Config List.

Home

Interface

IERUPortalConfigManager


See also

IERUPortalConfig


See also

My eRooms