Get unique conditions
This page focus on how to get the condition types associated with rules of a specific ruleset using Regulae.
The GetUniqueConditionsTypes Method¶
Get the unique condition types associated with rules of a specific ruleset and period.
GetUniqueConditionTypesAsync(string ruleset, DateTime dateBegin, DateTime dateEnd)
GetConditionTypes(IEnumerable<Rule<TContentType, TConditionType>> matchedRules)