Search Results for

    Show / Hide Table of Contents
    View Source

    Class UsageInformation

    Inheritance
    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
    string name
    object data

    Properties

    View Source

    Data

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

    Name

    Declaration
    [DataMember(Name = "name")]
    public string Name { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX