Is this criteria required for a match

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

Syntax

C#
public bool Required { get; set; }

Return Value

Defaults to false

Remarks

If you have several criterias in one search, you can set this to true to indicate a logical AND, instead of the default OR which is used in the search.

See Also