This merge strategy can be used to insert the template output into a named region inside an existing file and preserve the rest of the content in the file. The initialization string should be of the format: "RegionName=<RegionName>;Language=<Language>"

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public class InsertRegionMergeStrategy : IMergeStrategy
Visual Basic
Public Class InsertRegionMergeStrategy
	Implements IMergeStrategy

Inheritance Hierarchy

System..::..Object
  CodeSmith.Engine..::..InsertRegionMergeStrategy

See Also