SaaS CMS has officially launched! Learn more now.

Class DojoConfiguration

The dojo configuration provided by a shell module.

Inheritance
System.Object
DojoConfiguration
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.Configuration
Assembly: EPiServer.Shell.dll
Version: 7.19.2
Syntax
public class DojoConfiguration

Constructors

DojoConfiguration()

Initializes a new instance of the DojoConfiguration class.

Declaration
public DojoConfiguration()

Properties

Aliases

Gets or sets the dojo aliases

Declaration
public List<DojoAlias> Aliases { get; set; }
Property Value
Type Description
System.Collections.Generic.List<DojoAlias>

PackageMaps

Gets or sets the dojo maps

Declaration
public List<DojoPackageMap> PackageMaps { get; set; }
Property Value
Type Description
System.Collections.Generic.List<DojoPackageMap>

Packages

Gets or sets the dojo packages

Declaration
public List<DojoPackage> Packages { get; set; }
Property Value
Type Description
System.Collections.Generic.List<DojoPackage>

Paths

Gets or sets the dojo paths

Declaration
public List<DojoPath> Paths { get; set; }
Property Value
Type Description
System.Collections.Generic.List<DojoPath>

Extension Methods