Skip to main content
A newer version of this page is available. .

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.EF.v18.2.dll

Declaration

public void SetTypePermissionsRecursively(
    Type targetType,
    string operations,
    SecuritySystemModifier modifier
)

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