This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets a named parameter from the current smartlet

Namespace: Smartsite.Scf
Assembly:  Smartsite.Scf (in Smartsite.Scf.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.NamedArg")]
public static  CurrentSmartletGetNamedParam(
	 context,
	string name
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.NamedArg")> _
Public Shared Function CurrentSmartletGetNamedParam ( _
	context As , _
	name As  _
) As 

Parameters

context
IRenderContext
The context.
name
String
The parameter name.

Return Value

See Also

Smartlet Class
Smartsite.Scf Namespace
Advanced