Class DojoAlias
Defines an alias that maps one dojo module to another
Inheritance
System.Object
    DojoAlias
  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.2Syntax
public class DojoAlias
  Examples
From: "epi/cms/widgets/ColorPicker" To: "epi-cms/widgets/NewAdvancedPicker"
Constructors
DojoAlias()
Declaration
public DojoAlias()
  Properties
From
The name of the module to alias
Declaration
public string From { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
To
The new module name
Declaration
public string To { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |