HasRightsToBatchType
What it does
Checks if the specified user role has access permissions to certain batch types.
Definition
bool HasRightsForBatchType( int sessionId, int projectId, int batchTypeId, int roleType );
Parameters
Name | Type | Description |
sessionId | int | The ID of the connection to the Application Server |
projectId | int | Project ID |
batchTypeId | int |
Batch type ID.
|
roleType | int | User role. See RoleType for possible values. |
Returned value
Type | Description |
bool | Availability of access permissions |
12.04.2024 18:16:02