| CMS.WebApi Namespace |
| Class | Description | |
|---|---|---|
| AllowOnlyEditorAttribute |
Restricts access to controller only for the editors.
| |
| CMSApiController |
Base class for all CMS ApiControllers.
| |
| HandleExceptionsAttribute |
Handles exceptions thrown when processing controller's actions, ensures that internal exceptions are properly logged to the Event log.
| |
| IsAuthorizedPerResourceAttribute |
Restrict access for authorized user with given resource name and permission.
| |
| IsFeatureAvailableAttribute |
Restrict access when necessary feature is not available in the best license.
| |
| RegisterCMSApiControllerAttribute |
Registers route given CMS API controller.
| |
| UseDefaultJsonMediaTypeFormatterAttribute |
Controller decorated with this attribute uses JsonMediaTypeFormatter to handle JSON formatting.
|