Search Results for

    Show / Hide Table of Contents
    View Source

    Class UsageInformation

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract]
    public class UsageInformation

    Constructors

    View Source

    UsageInformation(String, Object)

    Declaration
    public UsageInformation(string name, object data)
    Parameters
    Type Name Description
    System.String name
    System.Object data

    Properties

    View Source

    Data

    Declaration
    [DataMember(Name = "data")]
    public object Data { get; }
    Property Value
    Type Description
    System.Object
    View Source

    Name

    Declaration
    [DataMember(Name = "name")]
    public string Name { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UsageInformation(String, Object)
    • Properties
      • Data
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX