Class BootstrapperViewModel
Inheritance
System.Object
BootstrapperViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Web.Mvc
Assembly: EPiServer.Shell.dll
Version: 11.20.7Syntax
public class BootstrapperViewModel
Constructors
BootstrapperViewModel()
Declaration
public BootstrapperViewModel()
Properties
ComponentCategories
Declaration
public IEnumerable<string> ComponentCategories { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
DefaultContext
Declaration
public string DefaultContext { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GlobalNavigationMenuType
Declaration
[Obsolete("The global navigation is replaced by the platform navigation whose visibility cannot be configured.")]
public GlobalNavigationMenuType GlobalNavigationMenuType { get; set; }
Property Value
Type | Description |
---|---|
GlobalNavigationMenuType |
ModuleName
Declaration
public string ModuleName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Modules
Declaration
public IEnumerable<ModuleViewModel> Modules { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ModuleViewModel> |
UseContainers
Declaration
[Obsolete("The global navigation is replaced by the platform navigation whose visuals cannot be configured.")]
public bool UseContainers { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ViewName
Declaration
public string ViewName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ViewSettings
Declaration
public Dictionary<string, object> ViewSettings { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
ViewTitle
Declaration
public string ViewTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |