Table of Contents

Enum SearchConditionType

Namespace
Microsoft.WindowsAPICodePack.Shell
Assembly
Microsoft.WindowsAPICodePack.Shell.dll

Set of flags to be used with SearchConditionFactory.

public enum SearchConditionType

Fields

And = 0

Indicates that the values of the subterms are combined by "AND".

Leaf = 3

Indicates that the node is a comparison between a property and a constant value using a SearchConditionOperation.

Not = 2

Indicates a "NOT" comparison of subterms.

Or = 1

Indicates that the values of the subterms are combined by "OR".