summaryM:DotNetNuke.Entities.Users.Internal.TestableUserController.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.Entities.Users.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public IList<UserInfo> GetUsersAdvancedSearch(
	int portalId,
	int userId,
	int filterUserId,
	int filterRoleId,
	int relationTypeId,
	bool isAdmin,
	int pageIndex,
	int pageSize,
	string sortColumn,
	bool sortAscending,
	string propertyNames,
	string propertyValues
)
Visual Basic
Public Function GetUsersAdvancedSearch ( 
	portalId As Integer,
	userId As Integer,
	filterUserId As Integer,
	filterRoleId 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 IList(Of UserInfo)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Users.Internal.TestableUserController.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.Entities.Users.Internal.TestableUserController.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.Entities.Users.Internal.TestableUserController.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)
filterRoleId
Type: System..::..Int32
paramfilterRoleIdM:DotNetNuke.Entities.Users.Internal.TestableUserController.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.Entities.Users.Internal.TestableUserController.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.Entities.Users.Internal.TestableUserController.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.Entities.Users.Internal.TestableUserController.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.Entities.Users.Internal.TestableUserController.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.Entities.Users.Internal.TestableUserController.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.Entities.Users.Internal.TestableUserController.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.Entities.Users.Internal.TestableUserController.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.Entities.Users.Internal.TestableUserController.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.Entities.Users.Internal.TestableUserController.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)

Implements

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

See Also