Table of Contents

Class HelpPage

Namespace
Umbraco.Cms.Web.BackOffice.Controllers
Assembly
Umbraco.Web.BackOffice.dll
[DataContract(Name = "HelpPage")]
public class HelpPage
Inheritance
HelpPage
Inherited Members

Constructors

HelpPage()

public HelpPage()

Properties

Description

[DataMember(Name = "description")]
public string? Description { get; set; }

Property Value

string

Name

[DataMember(Name = "name")]
public string? Name { get; set; }

Property Value

string

Type

[DataMember(Name = "type")]
public string? Type { get; set; }

Property Value

string

Url

[DataMember(Name = "url")]
public string? Url { get; set; }

Property Value

string