summaryM:DotNetNuke.Security.Roles.RoleController.GetRolesBasicSearch(System.Int32,System.Int32,System.String)

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

Syntax

C#
public IList<RoleInfo> GetRolesBasicSearch(
	int portalId,
	int pageSize,
	string filterBy
)
Visual Basic
Public Function GetRolesBasicSearch ( 
	portalId As Integer,
	pageSize As Integer,
	filterBy As String
) As IList(Of RoleInfo)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Security.Roles.RoleController.GetRolesBasicSearch(System.Int32,System.Int32,System.String)
pageSize
Type: System..::..Int32
parampageSizeM:DotNetNuke.Security.Roles.RoleController.GetRolesBasicSearch(System.Int32,System.Int32,System.String)
filterBy
Type: System..::..String
paramfilterByM:DotNetNuke.Security.Roles.RoleController.GetRolesBasicSearch(System.Int32,System.Int32,System.String)

Return Value

returnsM:DotNetNuke.Security.Roles.RoleController.GetRolesBasicSearch(System.Int32,System.Int32,System.String)

Implements

IRoleController..::..GetRolesBasicSearch(Int32, Int32, String)

See Also