Search Results for

    Show / Hide Table of Contents
    View Source

    Class PackageTelemetry

    Serializable class containing information about an installed package.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Telemetry.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "packageTelemetry")]
    public class PackageTelemetry

    Properties

    View Source

    Name

    Gets or sets the name of the installed package.

    Declaration
    [DataMember(Name = "name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Version

    Gets or sets the version of the installed package.

    Declaration
    [DataMember(Name = "version")]
    public string Version { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    This may be an empty string if no version is specified, or if package telemetry has been restricted.

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Name
      • Version
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX