RoleGroup Class
Associates a content template in a LoginView control with one or more roles defined for the Web site. This class cannot be inherited.
Assembly: System.Web (in System.Web.dll)
The RoleGroup type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ContentTemplate | Gets or sets the content template associated with this role group. |
![]() | Roles | Gets or sets the roles associated with this role group. |
| Name | Description | |
|---|---|---|
![]() | ContainsUser | Indicates whether the specified user is a member of any of the roles in the role group. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a comma-separated list of the roles associated with this role group. (Overrides Object::ToString().) |
You can use the LoginView control to define a set of content templates that contain the content that is displayed to Web site users based on the role assigned by Web site administrators. The RoleGroup class is used by the LoginView control to associate a content template with a set of roles.
To dynamically assign a template to the role group, set the ContentTemplate property to a reference to an object that implements the ITemplate interface.
You must configure role management to use the RoleGroup class. For more information, see Understanding Role Management.
The following code example assigns a custom template to the ContentTemplate property.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.


