Provides PageData data to DataBoundControl implementations by searching based on various criteria.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer.Web.WebControls (in EPiServer.Web.WebControls.dll) Version: 6.0.530.0

Syntax

C#
public class SearchDataSource : PageDataSource, 
	IDataSource, IDataSourceMethods

Examples

The following article introduces SearchDataSource other EPiServer Data Source controls: .

See the public templates package Search.aspx template for an example of SearchDataSource.

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    EPiServer.Web.WebControls..::.PageDataSource
      EPiServer.Web.WebControls..::.SearchDataSource

See Also