Click or drag to resize
IsFeatureAvailableAttribute Class
Restrict access when necessary feature is not available in the best license.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    FilterAttribute
      AuthorizationFilterAttribute
        CMS.WebApiIsFeatureAvailableAttribute

Namespace: CMS.WebApi
Assembly: CMS.WebApi (in CMS.WebApi.dll) Version: 11.0.0
Syntax
C#
public sealed class IsFeatureAvailableAttribute : AuthorizationFilterAttribute

The IsFeatureAvailableAttribute type exposes the following members.

Constructors
  NameDescription
Public methodIsFeatureAvailableAttribute
Creates feature available attribute. Feature will be checked similarly to IsFeatureAvailable(FeatureEnum, String).
Top
Methods
  NameDescription
Public methodOnAuthorization
Restrict access when necessary feature is not available in the best license.
(Overrides AuthorizationFilterAttribute.OnAuthorization(HttpActionContext).)
Top
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
See Also