| 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
Members
| Member name | Value | Description |
---|
| CrawlIfEmpty | 0 |
Crawl upwards in the context hierarchy if a context has no owner.
|
| CrawlIfEmptyOrUserFound | 1 |
Crawl upwards in the context hierarchy if a context has no owner OR if a specific user is amongst the context owners.
|
| CrawlAndAccumulate | 2 |
Crawl upwards unconditionally and (unlike in the other modes) accumulate the owners.
|
See Also