Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeTour

    A model representing a tour.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "tour", Namespace = "")]
    public class BackOfficeTour

    Constructors

    View Source

    BackOfficeTour()

    Declaration
    public BackOfficeTour()

    Properties

    View Source

    Alias

    Declaration
    [DataMember(Name = "alias")]
    public string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    AllowDisable

    Declaration
    [DataMember(Name = "allowDisable")]
    public bool AllowDisable { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    ContentType

    Declaration
    [DataMember(Name = "contentType")]
    public string ContentType { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Culture

    Declaration
    [DataMember(Name = "culture")]
    public string Culture { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Group

    Declaration
    [DataMember(Name = "group")]
    public string Group { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    GroupOrder

    Declaration
    [DataMember(Name = "groupOrder")]
    public int GroupOrder { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Hidden

    Declaration
    [DataMember(Name = "hidden")]
    public bool Hidden { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Name

    Declaration
    [DataMember(Name = "name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    RequiredSections

    Declaration
    [DataMember(Name = "requiredSections")]
    public List<string> RequiredSections { get; set; }
    Property Value
    Type Description
    List<System.String>
    View Source

    Steps

    Declaration
    [DataMember(Name = "steps")]
    public BackOfficeTourStep[] Steps { get; set; }
    Property Value
    Type Description
    BackOfficeTourStep[]
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BackOfficeTour()
    • Properties
      • Alias
      • AllowDisable
      • ContentType
      • Culture
      • Group
      • GroupOrder
      • Hidden
      • Name
      • RequiredSections
      • Steps
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX