Skip to main content
A newer version of this page is available. .

ServerPermissionRequestProcessor.GetMemberCriteria(Type, String) Method

For internal use.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

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

Parameters

Name Type
type Type
memberName String

Returns

Type
IList<String>
See Also