| RoleFolderControllerLoadOwnedRoleFolders Method (Int32, SqlConnection, SqlTransaction) |
Loads all role folders that the specified user is a owner of.
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 DataObjects LoadOwnedRoleFolders(
int userId,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- userId
- Type: SystemInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
DataObjects
See Also