NOTE: This member is now obsolete.This overload requires the control to know the ParameterName defined in the control's Xml configuration file. Using the control/propertyName version may be more appropriate.

Gets a reference to the named parameter.
IPageElementParameter GetParameter( 
string parameterName 
)

Parameters

parameterName

Type: string

The unique name of the parameter, which is defined in the control's Xml configuration file.

Return Value

A reference to the parameter, or null if the parameter is not found.