Search Results for

    Show / Hide Table of Contents
    View Source

    Class TelemetryIdentifierStep

    Inheritance
    System.Object
    InstallSetupStep
    InstallSetupStep<System.Object>
    Namespace: Umbraco.Cms.Core.Install.InstallSteps
    Assembly: Umbraco.Core.dll
    Syntax
    public class TelemetryIdentifierStep : InstallSetupStep<object>

    Constructors

    View Source

    TelemetryIdentifierStep(IOptions<GlobalSettings>, ISiteIdentifierService)

    Declaration
    public TelemetryIdentifierStep(IOptions<GlobalSettings> globalSettings, ISiteIdentifierService siteIdentifierService)
    Parameters
    Type Name Description
    IOptions<GlobalSettings> globalSettings
    ISiteIdentifierService siteIdentifierService

    Methods

    View Source

    ExecuteAsync(Object)

    Declaration
    public override Task<InstallSetupResult> ExecuteAsync(object model)
    Parameters
    Type Name Description
    System.Object model
    Returns
    Type Description
    Task<InstallSetupResult>
    View Source

    RequiresExecution(Object)

    Declaration
    public override bool RequiresExecution(object model)
    Parameters
    Type Name Description
    System.Object model
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TelemetryIdentifierStep(IOptions<GlobalSettings>, ISiteIdentifierService)
    • Methods
      • ExecuteAsync(Object)
      • RequiresExecution(Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX