summaryM:DotNetNuke.Entities.Users.UserController.GetUsers(System.Int32,System.Boolean,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.GetUsers")]
public static ArrayList GetUsers(
	int portalId,
	bool isHydrated,
	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.GetUsers")> 
Public Shared Function GetUsers ( 
	portalId As Integer,
	isHydrated As Boolean,
	pageIndex As Integer,
	pageSize As Integer,
	ByRef totalRecords As Integer
) As ArrayList

Parameters

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

Return Value

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

See Also