Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserDataService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public class UserDataService : IUserDataService

    Constructors

    View Source

    UserDataService(IUmbracoVersion, ILocalizationService)

    Declaration
    public UserDataService(IUmbracoVersion version, ILocalizationService localizationService)
    Parameters
    Type Name Description
    IUmbracoVersion version
    ILocalizationService localizationService

    Methods

    View Source

    GetUserData()

    Declaration
    public IEnumerable<UserData> GetUserData()
    Returns
    Type Description
    IEnumerable<UserData>
    View Source

    IsRunningInProcessIIS()

    Declaration
    public bool IsRunningInProcessIIS()
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UserDataService(IUmbracoVersion, ILocalizationService)
    • Methods
      • GetUserData()
      • IsRunningInProcessIIS()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX