Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserSettingsFactory

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Factories
    Assembly: Umbraco.Core.dll
    Syntax
    public class UserSettingsFactory : IUserSettingsFactory

    Constructors

    View Source

    UserSettingsFactory(IOptions<UserPasswordConfigurationSettings>, ILocalizedTextService)

    Declaration
    public UserSettingsFactory(IOptions<UserPasswordConfigurationSettings> securitySettings, ILocalizedTextService localizedTextService)
    Parameters
    Type Name Description
    IOptions<UserPasswordConfigurationSettings> securitySettings
    ILocalizedTextService localizedTextService

    Methods

    View Source

    GetUserSettings()

    Declaration
    public UserSettingsModel GetUserSettings()
    Returns
    Type Description
    UserSettingsModel
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UserSettingsFactory(IOptions<UserPasswordConfigurationSettings>, ILocalizedTextService)
    • Methods
      • GetUserSettings()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX