Search Results for

    Show / Hide Table of Contents
    View Source

    Class SetTelemetryController

    Inheritance
    System.Object
    ManagementApiControllerBase
    TelemetryControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Telemetry
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class SetTelemetryController : TelemetryControllerBase

    Constructors

    View Source

    SetTelemetryController(IMetricsConsentService)

    Declaration
    public SetTelemetryController(IMetricsConsentService metricsConsentService)
    Parameters
    Type Name Description
    IMetricsConsentService metricsConsentService

    Methods

    View Source

    SetConsentLevel(CancellationToken, TelemetryRequestModel)

    Declaration
    public async Task<IActionResult> SetConsentLevel(CancellationToken cancellationToken, TelemetryRequestModel telemetryRepresentationBase)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    TelemetryRequestModel telemetryRepresentationBase
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SetTelemetryController(IMetricsConsentService)
    • Methods
      • SetConsentLevel(CancellationToken, TelemetryRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX