| SystemContent Enumeration |
Used by system onboarding to indicate the type of data in the system category
Use SystemOnboardingController.GetSystemContentType to resolve the type for a system or system category
Namespace:
Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Model
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic enum SystemContent
Members
| Member name | Value | Description |
---|
| None | -1 |
nothing has been specified . should never be used
|
| Both | 0 |
System Category contains identity as well as access data
|
| AccessRights | 2 |
System Category contains access data
|
| Identity | 1 |
System data contains identity data
|
See Also