summaryM:DotNetNuke.Data.DataProvider.GetUsersAdvancedSearch(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)

Namespace: DotNetNuke.Data
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual IDataReader GetUsersAdvancedSearch(
	int portalId,
	int userId,
	int filterUserId,
	int fitlerRoleId,
	int relationTypeId,
	bool isAdmin,
	int pageIndex,
	int pageSize,
	string sortColumn,
	bool sortAscending,
	string propertyNames,
	string propertyValues
)
Visual Basic
Public Overridable Function GetUsersAdvancedSearch ( 
	portalId As Integer,
	userId As Integer,
	filterUserId As Integer,
	fitlerRoleId As Integer,
	relationTypeId As Integer,
	isAdmin As Boolean,
	pageIndex As Integer,
	pageSize As Integer,
	sortColumn As String,
	sortAscending As Boolean,
	propertyNames As String,
	propertyValues As String
) As IDataReader

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Data.DataProvider.GetUsersAdvancedSearch(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Data.DataProvider.GetUsersAdvancedSearch(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
filterUserId
Type: System..::..Int32
paramfilterUserIdM:DotNetNuke.Data.DataProvider.GetUsersAdvancedSearch(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
fitlerRoleId
Type: System..::..Int32
paramfitlerRoleIdM:DotNetNuke.Data.DataProvider.GetUsersAdvancedSearch(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
relationTypeId
Type: System..::..Int32
paramrelationTypeIdM:DotNetNuke.Data.DataProvider.GetUsersAdvancedSearch(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
isAdmin
Type: System..::..Boolean
paramisAdminM:DotNetNuke.Data.DataProvider.GetUsersAdvancedSearch(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
pageIndex
Type: System..::..Int32
parampageIndexM:DotNetNuke.Data.DataProvider.GetUsersAdvancedSearch(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
pageSize
Type: System..::..Int32
parampageSizeM:DotNetNuke.Data.DataProvider.GetUsersAdvancedSearch(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
sortColumn
Type: System..::..String
paramsortColumnM:DotNetNuke.Data.DataProvider.GetUsersAdvancedSearch(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
sortAscending
Type: System..::..Boolean
paramsortAscendingM:DotNetNuke.Data.DataProvider.GetUsersAdvancedSearch(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
propertyNames
Type: System..::..String
parampropertyNamesM:DotNetNuke.Data.DataProvider.GetUsersAdvancedSearch(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)
propertyValues
Type: System..::..String
parampropertyValuesM:DotNetNuke.Data.DataProvider.GetUsersAdvancedSearch(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)

Return Value

returnsM:DotNetNuke.Data.DataProvider.GetUsersAdvancedSearch(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String)

See Also