| RoleFolderControllerGetOwnedRoleFolderIds Method |
Returns the ids of all role folders that has an owner which
is present in the stated list of 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 static IntegerList GetOwnedRoleFolderIds(
IntegerList userAndGroupIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- userAndGroupIds
- Type: IntegerList
Must contain user- and/or user-group ids.
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
IntegerList
See Also