Updates the specified command with the parameter values in the specified dictionary.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
protected static void UpdateAnalyticsExpressionParameters(
	NavigationCommand command,
	IDictionary parameterValues
)
Visual Basic (Declaration)
Protected Shared Sub UpdateAnalyticsExpressionParameters ( _
	command As NavigationCommand, _
	parameterValues As IDictionary _
)
Visual C++
protected:
static void UpdateAnalyticsExpressionParameters(
	NavigationCommand^ command, 
	IDictionary^ parameterValues
)

See Also