summaryM:DotNetNuke.Security.Membership.MembershipProvider.GetUsersByProfileProperty(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32@,System.Boolean,System.Boolean)

Namespace: DotNetNuke.Security.Membership
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual ArrayList GetUsersByProfileProperty(
	int portalId,
	string propertyName,
	string propertyValue,
	int pageIndex,
	int pageSize,
	ref int totalRecords,
	bool includeDeleted,
	bool superUsersOnly
)
Visual Basic
Public Overridable Function GetUsersByProfileProperty ( 
	portalId As Integer,
	propertyName As String,
	propertyValue As String,
	pageIndex As Integer,
	pageSize As Integer,
	ByRef totalRecords As Integer,
	includeDeleted As Boolean,
	superUsersOnly As Boolean
) As ArrayList

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Security.Membership.MembershipProvider.GetUsersByProfileProperty(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32@,System.Boolean,System.Boolean)
propertyName
Type: System..::..String
parampropertyNameM:DotNetNuke.Security.Membership.MembershipProvider.GetUsersByProfileProperty(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32@,System.Boolean,System.Boolean)
propertyValue
Type: System..::..String
parampropertyValueM:DotNetNuke.Security.Membership.MembershipProvider.GetUsersByProfileProperty(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32@,System.Boolean,System.Boolean)
pageIndex
Type: System..::..Int32
parampageIndexM:DotNetNuke.Security.Membership.MembershipProvider.GetUsersByProfileProperty(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32@,System.Boolean,System.Boolean)
pageSize
Type: System..::..Int32
parampageSizeM:DotNetNuke.Security.Membership.MembershipProvider.GetUsersByProfileProperty(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32@,System.Boolean,System.Boolean)
totalRecords
Type: System..::..Int32%
paramtotalRecordsM:DotNetNuke.Security.Membership.MembershipProvider.GetUsersByProfileProperty(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32@,System.Boolean,System.Boolean)
includeDeleted
Type: System..::..Boolean
paramincludeDeletedM:DotNetNuke.Security.Membership.MembershipProvider.GetUsersByProfileProperty(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32@,System.Boolean,System.Boolean)
superUsersOnly
Type: System..::..Boolean
paramsuperUsersOnlyM:DotNetNuke.Security.Membership.MembershipProvider.GetUsersByProfileProperty(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32@,System.Boolean,System.Boolean)

Return Value

returnsM:DotNetNuke.Security.Membership.MembershipProvider.GetUsersByProfileProperty(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32@,System.Boolean,System.Boolean)

See Also