TestimoX

API Reference

Enum

CriteriaMatch

Namespace ADPlayground.DirectoryOps
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies how multiple staleness criteria should be combined.

Inheritance

  • Enum
  • CriteriaMatch

Values

public const CriteriaMatch Any #

Match when any criterion is met.

Value: 0
public const CriteriaMatch All #

Match only when all criteria are met.

Value: 1