Role.SetTypePermissionsRecursively<T>(String, SecuritySystemModifier) Method
Sets the permissions for the target type and all its persistent descendants.
Namespace: DevExpress.Persistent.BaseImpl.EF
Assembly: DevExpress.ExpressApp.Security.EF6.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Security.EF6
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| operations | String | A string which is a semicolon-separated list of security operations to be allowed. |
| modifier | DevExpress.ExpressApp.Security.Strategy.SecuritySystemModifier | A SecuritySystemModifier enumeration value. |
Type Parameters
| Name |
|---|
| T |
See Also