View Source
Class RequireRuntimeLevelAttribute
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class RequireRuntimeLevelAttribute : ActionFilterAttribute
Constructors
View Source
RequireRuntimeLevelAttribute(RuntimeLevel)
Declaration
public RequireRuntimeLevelAttribute(RuntimeLevel requiredRuntimeLevel)
Parameters
Type |
Name |
Description |
RuntimeLevel |
requiredRuntimeLevel |
|
Methods
View Source
OnActionExecuting(ActionExecutingContext)
Declaration
public override void OnActionExecuting(ActionExecutingContext context)
Parameters
Type |
Name |
Description |
ActionExecutingContext |
context |
|