Interface IFeatureChecker
Namespace: Volo.Abp.Features
Assembly: Volo.Abp.Features.dll
Syntax
public interface IFeatureChecker
Methods
GetOrNullAsync(String)
Declaration
Task<string> GetOrNullAsync(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
Task<System.String> |
IsEnabledAsync(String)
Declaration
Task<bool> IsEnabledAsync(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
Task<System.Boolean> |