Interface IFeatureAuthorizer
Authorizes Umbraco features.
Namespace: Umbraco.Cms.Core.Security.Authorization
Assembly: Umbraco.Core.dll
Syntax
public interface IFeatureAuthorizer
Methods
View SourceIsDeniedAsync(Type)
Authorizes the current action.
Declaration
Task<bool> IsDeniedAsync(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The type to check if is disabled. |
Returns
Type | Description |
---|---|
Task<System. |
Returns |