The RoleGroupInfo class provides the Entity Layer RoleGroup object

Namespace: DotNetNuke.Security.Roles
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[SerializableAttribute]
public class RoleGroupInfo : BaseEntityInfo, 
	IHydratable, IXmlSerializable
Visual Basic
<SerializableAttribute>
Public Class RoleGroupInfo
	Inherits BaseEntityInfo
	Implements IHydratable, IXmlSerializable

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities..::..BaseEntityInfo
    DotNetNuke.Security.Roles..::..RoleGroupInfo

See Also