View Source
Class HelpPageViewModel
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class HelpPageViewModel
Properties
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|