CreateDashboardPage method

Creates a Dashboard page.

Syntax


C++
HRESULT CreateDashboardPage (
   BSTR Name,
   BSTR Description,
   ERUTextFormat DescriptionFormat,
   VARIANT Source,
   LONG CreateOptions,
   IERUItem** ppDashboardPage)
Scripting languages
Set DashboardPage = Object.CreateDashboardPage (
   Name as String,
   Description as String,
   DescriptionFormat as ERUTextFormat,
   Source as Variant,
   CreateOptions as Long)

Parameters


Name

The name of the Dashboard page.

Description

The description of the Dashboard page.

DescriptionFormat

Indicates whether the Description parameter is in HTML or plain text format.

For further information, see ERUTextFormat.

Source

 

CreateOptions

One or more values from the ERUCreateOptions enumeration, logically OR'ed together [optional, default = erCreateOptNone].

ppDashboardPage

Upon return, an IERUItem interface pointer to the newly-added Dashboard page.

Return value


C++

The return code.

Scripting languages

An IERUItem interface pointer to the newly-added Dashboard page.

Home

Interface

IERUContainer


See also

Creating Items