Holder of criteria information used by property searching

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

Syntax

C#
[ObsoleteAttribute("Use SearchDataSource in combination with a DataBoundControl or a HierarchicalDataBoundControl", 
	false)]
public class PropertyCriteriaControl : Control

Remarks

This control is used to declaratively define search criterias for PropertySearch. If you want to define the criterias programatically, you should directly create PropertyCriteria instances.

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    EPiServer.WebControls..::.PropertyCriteriaControl

See Also