summaryM:DotNetNuke.Entities.Users.UserController.GetUsersByUserName(System.Int32,System.Boolean,System.String,System.Int32,System.Int32,System.Int32@)

Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 5.1. This function has been replaced by UserController.GetUsersByUserName")]
public static ArrayList GetUsersByUserName(
	int portalId,
	bool isHydrated,
	string userNameToMatch,
	int pageIndex,
	int pageSize,
	ref int totalRecords
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 5.1. This function has been replaced by UserController.GetUsersByUserName")> 
Public Shared Function GetUsersByUserName ( 
	portalId As Integer,
	isHydrated As Boolean,
	userNameToMatch As String,
	pageIndex As Integer,
	pageSize As Integer,
	ByRef totalRecords As Integer
) As ArrayList

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Users.UserController.GetUsersByUserName(System.Int32,System.Boolean,System.String,System.Int32,System.Int32,System.Int32@)
isHydrated
Type: System..::..Boolean
paramisHydratedM:DotNetNuke.Entities.Users.UserController.GetUsersByUserName(System.Int32,System.Boolean,System.String,System.Int32,System.Int32,System.Int32@)
userNameToMatch
Type: System..::..String
paramuserNameToMatchM:DotNetNuke.Entities.Users.UserController.GetUsersByUserName(System.Int32,System.Boolean,System.String,System.Int32,System.Int32,System.Int32@)
pageIndex
Type: System..::..Int32
parampageIndexM:DotNetNuke.Entities.Users.UserController.GetUsersByUserName(System.Int32,System.Boolean,System.String,System.Int32,System.Int32,System.Int32@)
pageSize
Type: System..::..Int32
parampageSizeM:DotNetNuke.Entities.Users.UserController.GetUsersByUserName(System.Int32,System.Boolean,System.String,System.Int32,System.Int32,System.Int32@)
totalRecords
Type: System..::..Int32%
paramtotalRecordsM:DotNetNuke.Entities.Users.UserController.GetUsersByUserName(System.Int32,System.Boolean,System.String,System.Int32,System.Int32,System.Int32@)

Return Value

returnsM:DotNetNuke.Entities.Users.UserController.GetUsersByUserName(System.Int32,System.Boolean,System.String,System.Int32,System.Int32,System.Int32@)

See Also