View Source
Class BackOfficeTour
A model representing a tour.
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class BackOfficeTour : object
Constructors
View Source
BackOfficeTour()
Declaration
Properties
View Source
Alias
Declaration
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
AllowDisable
Declaration
public bool AllowDisable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
ContentType
Declaration
public string ContentType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Culture
Declaration
public string Culture { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Group
Declaration
public string Group { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
GroupOrder
Declaration
public int GroupOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Hidden
Declaration
public bool Hidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
RequiredSections
Declaration
public List<string> RequiredSections { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
View Source
Steps
Declaration
public BackOfficeTourStep[] Steps { get; set; }
Property Value