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

OperationPermissionRequestBase(String) Constructor

Initializes a new instance of the OperationPermissionRequestBase class.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public OperationPermissionRequestBase(
    string operation
)

Parameters

Name Type Description
operation String

A string that specifies the requested operation.

Remarks

The operation parameter value is used to initialize the OperationPermissionRequestBase.Operation property.

See Also