Skip to main content
.NET 6.0+

IsGrantedExtensions.CanWriteByRole(SecurityStrategy, IPermissionPolicyRole, IObjectSpace, Object, String) Method

For internal use.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.2.dll

Declaration

public static bool CanWriteByRole(
    this SecurityStrategy security,
    IPermissionPolicyRole targetRole,
    IObjectSpace objectSpace,
    object targetObject,
    string memberName = null
)

Parameters

Name Type
security SecurityStrategy
targetRole IPermissionPolicyRole
objectSpace IObjectSpace
targetObject Object

Optional Parameters

Name Type Default
memberName String null

Returns

Type
Boolean
See Also