summaryM:DotNetNuke.Entities.Users.UserController.GetUsersBasicSearch(System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)

Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public IList<UserInfo> GetUsersBasicSearch(
	int portalId,
	int pageIndex,
	int pageSize,
	string sortColumn,
	bool sortAscending,
	string propertyName,
	string propertyValue
)
Visual Basic
Public Function GetUsersBasicSearch ( 
	portalId As Integer,
	pageIndex As Integer,
	pageSize As Integer,
	sortColumn As String,
	sortAscending As Boolean,
	propertyName As String,
	propertyValue As String
) As IList(Of UserInfo)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Users.UserController.GetUsersBasicSearch(System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
pageIndex
Type: System..::..Int32
parampageIndexM:DotNetNuke.Entities.Users.UserController.GetUsersBasicSearch(System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
pageSize
Type: System..::..Int32
parampageSizeM:DotNetNuke.Entities.Users.UserController.GetUsersBasicSearch(System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
sortColumn
Type: System..::..String
paramsortColumnM:DotNetNuke.Entities.Users.UserController.GetUsersBasicSearch(System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
sortAscending
Type: System..::..Boolean
paramsortAscendingM:DotNetNuke.Entities.Users.UserController.GetUsersBasicSearch(System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
propertyName
Type: System..::..String
parampropertyNameM:DotNetNuke.Entities.Users.UserController.GetUsersBasicSearch(System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
propertyValue
Type: System..::..String
parampropertyValueM:DotNetNuke.Entities.Users.UserController.GetUsersBasicSearch(System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)

Return Value

returnsM:DotNetNuke.Entities.Users.UserController.GetUsersBasicSearch(System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)

Implements

IUserController..::..GetUsersBasicSearch(Int32, Int32, Int32, String, Boolean, String, String)

See Also