This documentation is archived and is not being maintained.

RoleGroup Members

Associates a content template in a LoginView control with one or more roles defined for the Web site. This class cannot be inherited.

The RoleGroup type exposes the following members.

  NameDescription
Public method RoleGroup Initializes a new instance of the RoleGroup class.
Top

  NameDescription
Public method ContainsUser Indicates whether the specified user is a member of any of the roles in the role group.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a comma-separated list of the roles associated with this role group. (Overrides Object::ToString().)
Top

  NameDescription
Public property ContentTemplate Gets or sets the content template associated with this role group.
Public property Roles Gets or sets the roles associated with this role group.
Top
Show: