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
    public class BackOfficeTour : object

    Constructors

    View Source

    BackOfficeTour()

    Declaration
    public BackOfficeTour()

    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
    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