Class UsageInformation
Inheritance
object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
[DataContract]
public class UsageInformation
Constructors
View SourceUsageInformation(string, object)
Declaration
public UsageInformation(string name, object data)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| object | data |
Properties
View SourceData
Declaration
[DataMember(Name = "data")]
public object Data { get; }
Property Value
| Type | Description |
|---|---|
| object |
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |