Skip to main content
All docs
V24.1
.NET 6.0+

ServerPermissionRequestProcessor.GetMemberCriteria(Type, String, String) Method

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v24.1.dll

Declaration

public IList<string> GetMemberCriteria(
    Type type,
    string memberName,
    string operation
)

Parameters

Name Type
type Type
memberName String
operation String

Returns

Type
IList<String>
See Also