Role.SetTypePermissionsRecursively(Type, 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.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security.EF6
Declaration
Parameters
Name | Type | Description |
---|---|---|
targetType | Type | A type of the business object for which the permissions are set recursively. |
operations | String | A string which is a semicolon-separated list of security operations list to be allowed. |
modifier | DevExpress.ExpressApp.Security.Strategy.SecuritySystemModifier | A SecuritySystemModifier enumeration value. |
See Also