summaryM:DotNetNuke.Entities.Users.UserController.GetUnAuthorizedUsers(System.Int32,System.Boolean)

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 5.1. Not needed any longer for due to autohydration")]
public static ArrayList GetUnAuthorizedUsers(
	int portalId,
	bool isHydrated
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 5.1. Not needed any longer for due to autohydration")> 
Public Shared Function GetUnAuthorizedUsers ( 
	portalId As Integer,
	isHydrated As Boolean
) As ArrayList

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Users.UserController.GetUnAuthorizedUsers(System.Int32,System.Boolean)
isHydrated
Type: System..::..Boolean
paramisHydratedM:DotNetNuke.Entities.Users.UserController.GetUnAuthorizedUsers(System.Int32,System.Boolean)

Return Value

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

See Also