Represents information about a property criteria for a property search

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

Syntax

C#
[SerializableAttribute]
public class PropertyCriteria

Remarks

See the FindPagesWithCriteria(PageReference, PropertyCriteriaCollection) method for more information and examples.

The following How To articles demonstrate some ways in which PropertyCriteria can be used in accordance with other EPiServer classes: Search for pages created recently. and Search for pages created recently..

Inheritance Hierarchy

System..::.Object
  EPiServer..::.PropertyCriteria

See Also