The RoleController class provides Business Layer methods for Roles
The RoleController class provides Business Layer methods for Roles

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

Syntax

C#
public class RoleController : ServiceLocator<IRoleController, RoleController>, 
	IRoleController
Visual Basic
Public Class RoleController
	Inherits ServiceLocator(Of IRoleController, RoleController)
	Implements IRoleController

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Framework..::..ServiceLocator<(Of <(<'IRoleController, RoleController>)>)>
    DotNetNuke.Security.Roles..::..RoleController

See Also