The RoleInfo class provides the Entity Layer Role object

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

Syntax

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

Inheritance Hierarchy

See Also