OperationPermissionBase.GetSupportedOperations() Method
Returns the list of operations that are supported by the current Operation Permission.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Returns
Type | Description |
---|---|
IList<String> | An IList<String> collection of operations that are supported by the current Operation Permission. |
See Also