| IdentityControllerGetManagerIdsCheck Method (Int32, Boolean, SqlConnection, SqlTransaction) |
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 GetManagerIdsCheck(
int identityId,
bool crawlWhenUserExcluded,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- identityId
- Type: SystemInt32
- crawlWhenUserExcluded
- Type: SystemBoolean
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
IntegerList
See Also