| Name | Description |
---|
 | And | This states that the items must match the current search condition and all the specified ones in order to be processed. (Inherited from SearchCondition) |
 | AndModifiedAfter | Returns a logical AND filter operation of the current search condition with a new TimeSearchCondition object that filters all items with modified date and time after the specified date and time. (Inherited from SearchCondition) |
 | AndModifiedBefore | Returns a logical AND filter operation of the current search condition with a new TimeSearchCondition object that filters all items with modified date and time before the specified date and time. (Inherited from SearchCondition) |
 | AndModifiedBetween | Returns a logical AND filter operation of the current search condition with a new TimeSearchCondition object that filters all items with modified date and time between the specified period. (Inherited from SearchCondition) |
 | AndNot | This states that the items must match the current search condition AND NOT the specified one in order to be processed. (Inherited from SearchCondition) |
 | AndSizeEqualTo | Returns a logical AND filter operation of the current search condition with a new SizeSearchCondition object that filters all items with size equal to the specified size. (Inherited from SearchCondition) |
 | AndSizeGreaterThan | Returns a logical AND filter operation of the current search condition with a new SizeSearchCondition object that filters all items with size greater than the specified size. (Inherited from SearchCondition) |
 | AndSizeInRange | Returns a logical AND filter operation of the current search condition with a new SizeSearchCondition object that filters all items with size between the specified size. (Inherited from SearchCondition) |
 | AndSizeLessThan | Returns a logical AND filter operation of the current search condition with a new SizeSearchCondition object that filters all items with size less than the specified size. (Inherited from SearchCondition) |
  | Create | This states that the items must match all the specified search conditions regrouped within the AndSearchCondition class in order to be processed. (Inherited from SearchCondition) |
 | ExcludeMasks | Adds the specified filtering path or mask to use to scan file path or names to the exclusion patterns. (Inherited from SearchCondition) |
 | ExcludePathMasks | Adds the specified filtering path mask to use to scan file path to the exclusion patterns. (Inherited from SearchCondition) |
 | IncludeMasks | Adds the specified filtering path or mask to use to scan file path or names to the inclusion patterns. (Inherited from SearchCondition) |
 | IncludePathMasks | Adds the specified filtering path mask to use to scan file path to the inclusion patterns. (Inherited from SearchCondition) |
 | Matches | Overloaded. Overridden. Returns a boolean value indicating whether the item's size is within the specified size range. |
  | MatchesAllConditions | Checks whether the specified file item matches all the specified search conditions. (Inherited from SearchCondition) |
  | MatchesOneCondition | Checks whether the specified file item matches at least one of the specified search conditions. (Inherited from SearchCondition) |
  | ModifiedAfter | Returns a logical AND filter operation of the current search condition with a new TimeSearchCondition object that filters all items with modified date and time after the specified date and time. (Inherited from SearchCondition) |
  | ModifiedBefore | Returns a new TimeSearchCondition object that filters all items with modified date and time before the specified date and time. (Inherited from SearchCondition) |
  | ModifiedBetween | Returns a new TimeSearchCondition object that filters all items with modified date and time between the specified period. (Inherited from SearchCondition) |
 | Or | This states that the items must match the current search condition or at least one of the specified search conditions regrouped in order to be processed. (Inherited from SearchCondition) |
 | Reverse | Reverses this search condition. This states that the items must NOT match the current search condition in order to be processed. (Inherited from SearchCondition) |
  | SizeEqualTo | Returns a new SizeSearchCondition object that filters all items with size equal to the specified size. (Inherited from SearchCondition) |
  | SizeGreaterThan | Returns a new SizeSearchCondition object that filters all items with size greater than the specified size. (Inherited from SearchCondition) |
  | SizeInRange | Returns a new SizeSearchCondition object that filters all items with size between the specified size. (Inherited from SearchCondition) |
  | SizeLessThan | Returns a new SizeSearchCondition object that filters all items with size less than the specified size. (Inherited from SearchCondition) |
 | ToString | Converts to a string object. (Inherited from SearchCondition) |