Click or drag to resize

LeadsListSelectEventArgsSystemParameters Property

Gets the list of system request parameters.

Namespace:  Dynamicweb.Controls.OMC
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public NameValueCollection SystemParameters { get; }

Property Value

Type: NameValueCollection
Remarks
These parameters will be processed by the control itself and normally should be ignored by your code.
See Also