View Source
Class HelpPage
Inheritance
System.Object
Assembly: Umbraco.Web.BackOffice.dll
Syntax
[DataContract(Name = "HelpPage")]
public class HelpPage
Properties
View Source
Description
Declaration
[DataMember(Name = "description")]
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Type
Declaration
[DataMember(Name = "type")]
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Url
Declaration
[DataMember(Name = "url")]
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|