Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserTelemetryProvider

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Telemetry.Providers
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class UserTelemetryProvider : IDetailedTelemetryProvider

    Constructors

    View Source

    UserTelemetryProvider(IUserService)

    Declaration
    public UserTelemetryProvider(IUserService userService)
    Parameters
    Type Name Description
    IUserService userService
    View Source

    UserTelemetryProvider(IUserService, IUserGroupService)

    Declaration
    public UserTelemetryProvider(IUserService userService, IUserGroupService userGroupService)
    Parameters
    Type Name Description
    IUserService userService
    IUserGroupService userGroupService

    Methods

    View Source

    GetInformation()

    Declaration
    public IEnumerable<UsageInformation> GetInformation()
    Returns
    Type Description
    IEnumerable<UsageInformation>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UserTelemetryProvider(IUserService)
      • UserTelemetryProvider(IUserService, IUserGroupService)
    • Methods
      • GetInformation()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX