Click or drag to resize
IsFeatureAvailableAttributeOnAuthorization Method
Restrict access when necessary feature is not available in the best license.

Namespace: CMS.WebApi
Assembly: CMS.WebApi (in CMS.WebApi.dll) Version: 11.0.0
Syntax
C#
public override void OnAuthorization(
	HttpActionContext actionContext
)

Parameters

actionContext
Type: HttpActionContext
See Also