Roles
A role is a group of users associated with a set of privileges. You use roles to classify users with similar permissions in a group and determine which parts of Sitefinity they can view and what actions they can perform on content items.
This section contains the following:
- Managing roles
Describes how to create, query, modify and delete roles.
- Managing users and roles
Describes how to get all user in a role, all roles for user and add and remove user from roles.
To manage roles, you must add the following namespaces to your class:
using Telerik.Sitefinity.Security;
using Telerik.Sitefinity.Security.Model;