This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Executes the data of a raw parameter.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public  ExecuteRawParameter(
	 context,
	string parameterName
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function ExecuteRawParameter ( _
	context As , _
	parameterName As  _
) As 

Parameters

context
IRenderContext
The context.
parameterName
String
Name of the raw data parameter that will be executed.

Return Value

See Also

Module Class
Smartsite.Core Namespace
Advanced