Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeTourStep

    A model representing a step in a tour.

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

    Properties

    View Source

    BackdropOpacity

    Declaration
    [DataMember(Name = "backdropOpacity")]
    public float? BackdropOpacity { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Single>
    View Source

    Content

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

    CustomProperties

    Declaration
    [DataMember(Name = "customProperties")]
    public object CustomProperties { get; set; }
    Property Value
    Type Description
    System.Object
    View Source

    Element

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

    ElementPreventClick

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

    Event

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

    EventElement

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

    SkipStepIfVisible

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

    Title

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

    Type

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

    View

    Declaration
    [DataMember(Name = "view")]
    public string View { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • BackdropOpacity
      • Content
      • CustomProperties
      • Element
      • ElementPreventClick
      • Event
      • EventElement
      • SkipStepIfVisible
      • Title
      • Type
      • View
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX