IERUCustomParameters

This interface provides access to extension-specific parameters and also provides a mechanism for storing state information across ASP redirects when implementing custom extensions.

eRoom-supplied parameters are accessible via the Parameter property, by specifying the index of the parameter to get. The ParameterCount property reports the number of eRoom-supplied parameters.

An extension can save name-value pairs via the GetValue and SetValue methods. Values are only saved across redirects if the IERUCustomContext::IsPersistent property is true and you redirect using a URL that contains state information. (For example, you add IERUCustomContext::QueryString to all URLs prior to redirect/post to ensure access to the save values for the custom context.

Home

Object

Properties
Parameter

ParameterCount

ValueNames


Methods
GetSessionValue

GetValue

SetValue