Updates the specified command with the parameter values in the specified dictionary.
            
    Namespace: 
   Endeca.Web.UIAssembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
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 ) | 
Parameters
- command
- Type: Endeca.Data..::.NavigationCommand
- parameterValues
- Type: System.Collections..::.IDictionary





