get a list of roles based on progressive search

Namespace: DotNetNuke.Security.Roles.Internal
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.Internal.IRoleController.GetRolesBasicSearch(System.Int32,System.Int32,System.String)

See Also