Click or drag to resize

SystemOnboardingControllerIsUserSystemOwner Method (ListInt32, Boolean)

Returns true if the authenticated user is a system owner of all the specified systems

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool IsUserSystemOwner(
	List<int> systemIds,
	bool allowAnySystemOwner = false
)

Parameters

systemIds
Type: System.Collections.GenericListInt32
allowAnySystemOwner (Optional)
Type: SystemBoolean
If set to true, any members of the system owners user group will pass

Return Value

Type: Boolean
See Also