Click or drag to resize
LogHitParametersPlainParameters Property
Wrapper around the other fields. This field is used as argument when raising log hit event.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public Dictionary<string, string> PlainParameters { get; }

Property Value

Type: DictionaryString, String
Remarks
Keys in dictionary do not match the fields name due to backward compatibility.
See Also