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