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

Namespace: DotNetNuke.Security.Roles.Internal
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.Internal.TestableRoleController.GetRolesBasicSearch(System.Int32,System.Int32,System.String)
pageSize
Type: System..::..Int32
parampageSizeM:DotNetNuke.Security.Roles.Internal.TestableRoleController.GetRolesBasicSearch(System.Int32,System.Int32,System.String)
filterBy
Type: System..::..String
paramfilterByM:DotNetNuke.Security.Roles.Internal.TestableRoleController.GetRolesBasicSearch(System.Int32,System.Int32,System.String)

Return Value

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

Implements

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

See Also