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

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

Syntax

C#
public virtual IDataReader GetUsersByProfileProperty(
	int portalID,
	string propertyName,
	string propertyValue,
	int pageIndex,
	int pageSize,
	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,
	includeDeleted As Boolean,
	superUsersOnly As Boolean
) As IDataReader

Parameters

portalID
Type: System..::..Int32
paramportalIDM:DotNetNuke.Data.DataProvider.GetUsersByProfileProperty(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Boolean)
propertyName
Type: System..::..String
parampropertyNameM:DotNetNuke.Data.DataProvider.GetUsersByProfileProperty(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Boolean)
propertyValue
Type: System..::..String
parampropertyValueM:DotNetNuke.Data.DataProvider.GetUsersByProfileProperty(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Boolean)
pageIndex
Type: System..::..Int32
parampageIndexM:DotNetNuke.Data.DataProvider.GetUsersByProfileProperty(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Boolean)
pageSize
Type: System..::..Int32
parampageSizeM:DotNetNuke.Data.DataProvider.GetUsersByProfileProperty(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Boolean)
includeDeleted
Type: System..::..Boolean
paramincludeDeletedM:DotNetNuke.Data.DataProvider.GetUsersByProfileProperty(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Boolean)
superUsersOnly
Type: System..::..Boolean
paramsuperUsersOnlyM:DotNetNuke.Data.DataProvider.GetUsersByProfileProperty(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Boolean)

Return Value

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

See Also