Show / Hide Table of Contents

Class PersonaBarUserSettingsController

Inheritance
object
PersonaBarUserSettingsController
Implements
IPersonaBarUserSettingsController
Namespace: Dnn.PersonaBar.Library.Controllers
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public class PersonaBarUserSettingsController : ServiceLocator<IPersonaBarUserSettingsController, PersonaBarUserSettingsController>, IPersonaBarUserSettingsController

Constructors

PersonaBarUserSettingsController()

Declaration
public PersonaBarUserSettingsController()

Methods

GetFactory()

Declaration
protected override Func<IPersonaBarUserSettingsController> GetFactory()
Returns
Type Description
Func<IPersonaBarUserSettingsController>

GetPersonaBarUserSettings()

Gets the PersonaBar user settings.

Declaration
public UserSettings GetPersonaBarUserSettings()
Returns
Type Description
UserSettings

A UserSettings instance representing the user's settings or the default.

UpdatePersonaBarUserSettings(UserSettings, int, int)

Updates the PersonaBar user settings.

Declaration
public void UpdatePersonaBarUserSettings(UserSettings settings, int userId, int portalId)
Parameters
Type Name Description
UserSettings settings
int userId
int portalId

Implements

IPersonaBarUserSettingsController

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS