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

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

Syntax

C#
[ObsoleteAttribute("Deprecated in 5.1 as Ishydrated is no longer supported")]
public override ArrayList GetUsersByProfileProperty(
	int portalId,
	bool isHydrated,
	string propertyName,
	string propertyValue,
	int pageIndex,
	int pageSize,
	ref int totalRecords
)
Visual Basic
<ObsoleteAttribute("Deprecated in 5.1 as Ishydrated is no longer supported")> 
Public Overrides Function GetUsersByProfileProperty ( 
	portalId As Integer,
	isHydrated As Boolean,
	propertyName As String,
	propertyValue As String,
	pageIndex As Integer,
	pageSize As Integer,
	ByRef totalRecords As Integer
) As ArrayList

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUsersByProfileProperty(System.Int32,System.Boolean,System.String,System.String,System.Int32,System.Int32,System.Int32@)
isHydrated
Type: System..::..Boolean
paramisHydratedM:DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUsersByProfileProperty(System.Int32,System.Boolean,System.String,System.String,System.Int32,System.Int32,System.Int32@)
propertyName
Type: System..::..String
parampropertyNameM:DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUsersByProfileProperty(System.Int32,System.Boolean,System.String,System.String,System.Int32,System.Int32,System.Int32@)
propertyValue
Type: System..::..String
parampropertyValueM:DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUsersByProfileProperty(System.Int32,System.Boolean,System.String,System.String,System.Int32,System.Int32,System.Int32@)
pageIndex
Type: System..::..Int32
parampageIndexM:DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUsersByProfileProperty(System.Int32,System.Boolean,System.String,System.String,System.Int32,System.Int32,System.Int32@)
pageSize
Type: System..::..Int32
parampageSizeM:DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUsersByProfileProperty(System.Int32,System.Boolean,System.String,System.String,System.Int32,System.Int32,System.Int32@)
totalRecords
Type: System..::..Int32%
paramtotalRecordsM:DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUsersByProfileProperty(System.Int32,System.Boolean,System.String,System.String,System.Int32,System.Int32,System.Int32@)

Return Value

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

See Also