GetUserSettings retrieves the UserSettings from the User

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

Syntax

C#
public static Hashtable GetUserSettings(
	int portalId
)
Visual Basic
Public Shared Function GetUserSettings ( 
	portalId As Integer
) As Hashtable

Parameters

portalId
Type: System..::..Int32
The Id of the Portal

Return Value

The Settings Hashtable

Remarks