Click or drag to resize
RoleName Class
Constants for system role names
Inheritance Hierarchy
SystemObject
  CMS.MembershipRoleName

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public class RoleName

The RoleName type exposes the following members.

Constructors
  NameDescription
Public methodRoleName
Top
Fields
  NameDescription
Public fieldStatic memberAUTHENTICATED
Special role which automatically covers all authenticated users.
Public fieldStatic memberEVERYONE
Special role which automatically covers all users.
Public fieldStatic memberNOTAUTHENTICATED
Special role which automatically covers all not authenticated users.
Top
See Also