Parameter property

Returns an extension parameter.

Custom Commands and UI Events can get additional parameter from eRoom. For Custom Commands, the first parameter is always the ID of the command replacement being performed. (If the value is 0, the command was not called as a command replacement.)

For UI Events, parameters are specific to the UI Event. In the case of Site Login UI Events, for example, the first parameter is the login name of the user, if there is a known user for the login dialog.

Other extension-specific parameter may be defined in the future.

Syntax


C++

HRESULT get_Parameter(
LONG
Parameter,
VARIANT*
pParameter)

Scripting languages

Parameter = Object.Parameter(Parameter as Long)

 

Legal values


The value for Parameter is the index of the parameter to be returned.

Home

Applies to

IERUCustomParameters