Search Results for

    Show / Hide Table of Contents
    View Source

    Class EntityController.DynamicRootViewModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.BackOffice.Controllers
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public class DynamicRootViewModel

    Properties

    View Source

    CurrentCulture

    Declaration
    public string CurrentCulture { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    CurrentId

    Declaration
    public int CurrentId { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    CurrentSegment

    Declaration
    public string CurrentSegment { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ParentId

    Declaration
    public int ParentId { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Query

    Declaration
    public DynamicRoot Query { get; set; }
    Property Value
    Type Description
    DynamicRoot
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • CurrentCulture
      • CurrentId
      • CurrentSegment
      • ParentId
      • Query
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX