get a list of roles based on progressive search

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

Syntax

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

Parameters

portalId
Type: System..::..Int32
the id of the portal
pageSize
Type: System..::..Int32
the number of items to return
filterBy
Type: System..::..String
the text used to trim data

Return Value

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

See Also