| RoleFolderControllerLoadRoleFolders Method (IntegerList, SqlConnection, SqlTransaction) |
Loads a number of role folders.
Security is not considered.
Reference properties are not populated.
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 LoadRoleFolders(
IntegerList roleFolderIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- roleFolderIds
- Type: IntegerList
Can be empty.
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
DataObjects
See Also