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

ModelOperationPermission.GetSupportedOperations() Method

Returns the list of operations that are supported by the current Operation Permission.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public override IList<string> GetSupportedOperations()

Returns

Type Description
IList<String>

An IList<Sting> collection of operations that are supported by the current Operation Permission.

Remarks

The single supported operation is “Write”.

See Also