| DataObjectControllerGetUsersWithAccess Method |
Returns the subset of userIds which have the stated permissions to the specified data object.
The method doesn't consider authentication levels.
The method doesn't consider access modifiers!
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static IntegerList GetUsersWithAccess(
IntegerList userIds,
int dataObjectId,
PermissionFlags permissions,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- userIds
- Type: IntegerList
Must contain a number of user ids.
A subset of these users are returned by the method.
- dataObjectId
- Type: SystemInt32
Specifies the data object that the users must have access to.
- permissions
- Type: Omada.OE.ModelPermissionFlags
Specifies the permissions that are required by the users to have for the specified data object.
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
IntegerList
See Also