Loads the map with the specified name by merging any maps with this name found in the global map folder and local template folders.
            
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
public static MapCollection LoadMergedFromName( string name, string baseDirectory = null )  | 
| Visual Basic | 
|---|
Public Shared Function LoadMergedFromName ( name As String, Optional baseDirectory As String = Nothing ) As MapCollection  | 
Parameters
- name
 - Type: System..::..String
The name of the map. 
- baseDirectory (Optional)
 - Type: System..::..String
The base directory.