PermissionSettingHelper.SetTypePermission<T>(IPermissionPolicyRole, String, Nullable<SecurityPermissionState>) Method
Searches for the first permission for the specified type in the current role, and rewrites its settings according to the specified parameters. If the type permission is not found, it is created.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security
#Declaration
public static IPermissionPolicyTypePermissionObject SetTypePermission<T>(
this IPermissionPolicyRole role,
string operations,
SecurityPermissionState? state
)
where T : class
#Parameters
Name | Type | Description |
---|---|---|
role | IPermission |
An IPermission |
operations | String | A string containing the semicolon-separated list of security operations. Operation names and their delimiter are defined by string constants declared in the static Security |
state | Nullable<Security |
A Security |
#Type Parameters
Name |
---|
T |
#Returns
Type | Description |
---|---|
DevExpress. |
A DevExpress. |