Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IsGrantedExtensions.CanWrite(SecurityStrategy, IObjectSpace, Object, String) Method

For internal use.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

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

Parameters

Name Type
security SecurityStrategy
objectSpace IObjectSpace
targetObject Object

Optional Parameters

Name Type Default
memberName String *null*

Returns

Type
Boolean
See Also