Click or drag to resize

ListFilterOptionCollectionFindByValue Method

Searches for the option by specified value.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public override ListFilterOption FindByValue(
	string value
)

Parameters

value
Type: SystemString
Option's value.

Return Value

Type: ListFilterOption
Remarks