Click or drag to resize

SystemControllerGetOwnedSystemIds Method (IEnumerableInt32)

Returns the ids of all systems that has an owner which is present in the stated list of users and groups. Note: a system can have several owners - both users and groups. Security is not considered.

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 IntegerList GetOwnedSystemIds(
	IEnumerable<int> userAndGroupIds
)

Parameters

userAndGroupIds
Type: System.Collections.GenericIEnumerableInt32
Must contain user- and/or user-group ids.

Return Value

Type: IntegerList
See Also