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.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
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