Summary
Runs Text Transform with the specified files and settings.
- Namespace
- Cake
.Common .Tools .TextTransform - Containing Type
- TextTransformRunner
Syntax
public void Run(FilePath sourceFile, TextTransformSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| sourceFile | FilePath | The source file. |
| settings | Text |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
