Called when the user requests that a dimension value should be searched for by name.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
protected virtual void OnSearchForDimensionValue(
	string name,
	string searchKey,
	SearchMode searchMode
)
Visual Basic (Declaration)
Protected Overridable Sub OnSearchForDimensionValue ( _
	name As String, _
	searchKey As String, _
	searchMode As SearchMode _
)
Visual C++
protected:
virtual void OnSearchForDimensionValue(
	String^ name, 
	String^ searchKey, 
	SearchMode searchMode
)

Parameters

name
Type: System..::.String
The name of the dimension value that should be searched for.
searchKey
Type: System..::.String
The key taht should be searched for.
searchMode
Type: Endeca.Data..::.SearchMode
The mode for the search that should be performed.

See Also