Table of Contents

Class EntityController.DynamicRootViewModel

Namespace
Umbraco.Cms.Web.BackOffice.Controllers
Assembly
Umbraco.Web.BackOffice.dll
public class EntityController.DynamicRootViewModel
Inheritance
EntityController.DynamicRootViewModel
Inherited Members

Constructors

DynamicRootViewModel()

public DynamicRootViewModel()

Properties

CurrentCulture

public string? CurrentCulture { get; set; }

Property Value

string

CurrentId

public int CurrentId { get; set; }

Property Value

int

CurrentSegment

public string? CurrentSegment { get; set; }

Property Value

string

ParentId

public int ParentId { get; set; }

Property Value

int

Query

public DynamicRoot Query { get; set; }

Property Value

DynamicRoot