Click or drag to resize

RoleControllerGetRoleOwnerIds 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.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static IntegerList GetRoleOwnerIds(
	int roleId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

roleId
Type: SystemInt32
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: IntegerList
See Also