Click or drag to resize

RadioButtonListControlInfo Constructor (String, DictionaryString, String)

Initializes a new instance of the RadioButtonListControlInfo class.

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public RadioButtonListControlInfo(
	string systemName,
	Dictionary<string, string> data
)

Parameters

systemName
Type: SystemString
Name of the system.
data
Type: System.Collections.GenericDictionaryString, String
The data.
See Also