Click or drag to resize

ContextControllerCrawlMode Enumeration

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public enum CrawlMode
Members
  Member nameValueDescription
CrawlIfEmpty0 Crawl upwards in the context hierarchy if a context has no owner.
CrawlIfEmptyOrUserFound1 Crawl upwards in the context hierarchy if a context has no owner OR if a specific user is amongst the context owners.
CrawlAndAccumulate2 Crawl upwards unconditionally and (unlike in the other modes) accumulate the owners.
See Also