Search Results for

    Show / Hide Table of Contents

    Enum TelemetryLevel

    Defines the level of telemetry data to be collected and sent.

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract]
    public enum TelemetryLevel

    Fields

    Name Description
    Basic

    Basic telemetry - includes minimal data plus general feature usage statistics.

    Detailed

    Detailed telemetry - includes basic data plus detailed usage patterns and diagnostics.

    Minimal

    Minimal telemetry - only essential anonymous usage data.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<TelemetryLevel, TProperty>(TelemetryLevel, Expression<Func<TelemetryLevel, TProperty>>)
    DictionaryExtensions.MergeLeft<TelemetryLevel, TK, TV>(TelemetryLevel, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<TelemetryLevel, TK, TV>(TelemetryLevel, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<TelemetryLevel>(TelemetryLevel)
    ObjectExtensions.AsEnumerableOfOne<TelemetryLevel>(TelemetryLevel)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX