Skip to main content
.NET 6.0+

TypeOperationPermission.GetSupportedOperations() Method

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

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.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

Supported operations are “Read”, “Write”, “Create”, “Delete” and “Navigate”.

See Also