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

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

Syntax

C#
IList<UserInfo> GetUsersBasicSearch(
	int portalId,
	int pageIndex,
	int pageSize,
	string sortColumn,
	bool sortAscending,
	string propertyName,
	string propertyValue
)
Visual Basic
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.Internal.IUserController.GetUsersBasicSearch(System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
pageIndex
Type: System..::..Int32
parampageIndexM:DotNetNuke.Entities.Users.Internal.IUserController.GetUsersBasicSearch(System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
pageSize
Type: System..::..Int32
parampageSizeM:DotNetNuke.Entities.Users.Internal.IUserController.GetUsersBasicSearch(System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
sortColumn
Type: System..::..String
paramsortColumnM:DotNetNuke.Entities.Users.Internal.IUserController.GetUsersBasicSearch(System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
sortAscending
Type: System..::..Boolean
paramsortAscendingM:DotNetNuke.Entities.Users.Internal.IUserController.GetUsersBasicSearch(System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
propertyName
Type: System..::..String
parampropertyNameM:DotNetNuke.Entities.Users.Internal.IUserController.GetUsersBasicSearch(System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
propertyValue
Type: System..::..String
parampropertyValueM:DotNetNuke.Entities.Users.Internal.IUserController.GetUsersBasicSearch(System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)

Return Value

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

See Also