CheckUserRights
Container: CCPServiceNamespace: System.Data.Objects
Summary
Checks the user rights.Method
The HTTP method for this function import is GETParameters
| Name | Type | Summary |
|---|---|---|
| entitySetId* | Edm.Int32 | Name of the entity set for e.g.: 22 = Vehicles |
| operation* | Edm.Int32 | Name of the operation. Can be any of the following: 1 = Read, 2 = Write, 4 = Delete, 8 = Create, 16 = FullAccess |
| entityId* | Edm.Int32 | Optional entity id of the entity to check the rights on. |
Return
Type: Edm.BooleanIs collection: false
Summary: true if the user has the right to perform the operation on the entity(set)