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