summaryM:DotNetNuke.Security.Membership.AspNetMembershipProvider.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.Security.Membership
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public override IList<UserInfo> GetUsersAdvancedSearch(
	int portalId,
	int userId,
	int filterUserId,
	int filterRoleId,
	int relationshipTypeId,
	bool isAdmin,
	int pageIndex,
	int pageSize,
	string sortColumn,
	bool sortAscending,
	string propertyNames,
	string propertyValues
)
Visual Basic
Public Overrides Function GetUsersAdvancedSearch ( 
	portalId As Integer,
	userId As Integer,
	filterUserId As Integer,
	filterRoleId As Integer,
	relationshipTypeId 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.Security.Membership.AspNetMembershipProvider.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.Security.Membership.AspNetMembershipProvider.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.Security.Membership.AspNetMembershipProvider.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.Security.Membership.AspNetMembershipProvider.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)
relationshipTypeId
Type: System..::..Int32
paramrelationshipTypeIdM:DotNetNuke.Security.Membership.AspNetMembershipProvider.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.Security.Membership.AspNetMembershipProvider.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.Security.Membership.AspNetMembershipProvider.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.Security.Membership.AspNetMembershipProvider.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.Security.Membership.AspNetMembershipProvider.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.Security.Membership.AspNetMembershipProvider.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.Security.Membership.AspNetMembershipProvider.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.Security.Membership.AspNetMembershipProvider.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.Security.Membership.AspNetMembershipProvider.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