Click or drag to resize

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
Syntax
C#
public enum SystemContent
Members
  Member nameValueDescription
None-1 nothing has been specified . should never be used
Both0 System Category contains identity as well as access data
AccessRights2 System Category contains access data
Identity1 System data contains identity data
See Also