Class DojoConfig
Inheritance
System.Object
DojoConfig
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()
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
Constructors
DojoConfig()
Declaration
Properties
Aliases
Declaration
public IList<IEnumerable<string>> Aliases { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.Collections.Generic.IEnumerable<System.String>> |
|
Async
Declaration
public bool Async { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DeferredInstrumentation
Declaration
public bool DeferredInstrumentation { get; }
Property Value
Type |
Description |
System.Boolean |
|
Has
Declaration
public IDictionary<string, object> Has { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
IoPublish
Declaration
public bool IoPublish { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDebug
Declaration
public bool IsDebug { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Locale
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
Packages
Declaration
public IList<object> Packages { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.Object> |
|
ParseOnLoad
Declaration
public bool ParseOnLoad { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Paths
Declaration
public IDictionary<string, string> Paths { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.String> |
|
ServerTime
Declaration
public DateTime ServerTime { get; }
Property Value
Type |
Description |
System.DateTime |
|
UseDeferredInstrumentation
Declaration
public string UseDeferredInstrumentation { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Serialize()
Declaration
public string Serialize()
Returns
Type |
Description |
System.String |
|
Events
Serializing
Declaration
public static event EventHandler Serializing
Event Type
Type |
Description |
System.EventHandler |
|
Extension Methods