Skip to main content
.NET 6.0+

ServerPermissionRequestProcessor.GetMemberCriteria(Type, String) Method

For internal use.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

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

Parameters

Name Type
type Type
memberName String

Returns

Type
IList<String>
See Also