Click or drag to resize

SystemControllerGetSystemOwnerSystemIds Method

Returns the ids of the systems, that the active user has access to, by owning them. A system is owned if: - The user is referred in its 'Owner' property - The user is member of a group which is referred in its 'Owner' property

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 IEnumerable<int> GetSystemOwnerSystemIds(
	IntegerList systemIds
)

Parameters

systemIds
Type: IntegerList
Only systems present in this list are evaluated. Can be null.

Return Value

Type: IEnumerableInt32
Returns a list if system ids.
See Also