Click or drag to resize

ListFilterOption Constructor (String, String, Boolean, Boolean)

Initializes a new instance of the ListFilterOption class

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public ListFilterOption(
	string text,
	string value,
	bool selected,
	bool doTranslate
)

Parameters

text
Type: SystemString
value
Type: SystemString
selected
Type: SystemBoolean
doTranslate
Type: SystemBoolean
See Also