| 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
Syntaxpublic 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