IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
Application permissions are actions related to global backend actions (for example, managing users, roles, files and licenses). The application permissions are listed under the Telerik.Sitefinity.Security.AppAction enumeration and are associated with the Backend permission set. To manage application permissions, you use SecurityManager.
The application permissions in SecurityConfig are presented with the SecurityConstants.Sets.Backend permission set.
The following code queries for the application permissions set and the manage users action. For more information, see For developers: Permissions configuration.
To get the application permissions set configuration, you can also use the AppPermissions class. For more information, see AppPermissions.
The AppPermissions class is helper class for working with application permissions.
AppPermissions provides you with the following properties and methods:
The following example grants the specified user with the manage files permissions.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important