Class DojoConfiguration
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: 11.20.7Syntax
public class DojoConfiguration
Constructors
DojoConfiguration()
Declaration
public DojoConfiguration()
Properties
Aliases
Declaration
public List<DojoAlias> Aliases { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DojoAlias> |
PackageMaps
Declaration
public List<DojoPackageMap> PackageMaps { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DojoPackageMap> |
Packages
Declaration
public List<DojoPackage> Packages { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DojoPackage> |
Paths
Declaration
public List<DojoPath> Paths { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DojoPath> |