Click or drag to resize

RoleInfoGetRoleOwnerIds Method

Returns the owner(s) of a role. The owners are either user or group ids (or both). The method starts with looking at the role itself - if it has one or more owners these are returned. If not it looks at the role folder - if it has one or more owners these are returned. The method can return an empty collection if no owners are found.

Namespace:  Omada.OE.Solution.OIM.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static IntegerList GetRoleOwnerIds(
	IDataObject role,
	IDataObject roleFolder
)

Parameters

role
Type: Omada.OE.Model.PublicIDataObject
roleFolder
Type: Omada.OE.Model.PublicIDataObject

Return Value

Type: IntegerList
See Also