TextTransformation<TTemplate>.

Save(FilePath) Method

Summary

Saves the text transformation to a file.
Namespace
Cake.Common.Text
Containing Type
TextTransformation<TTemplate>

Syntax

public void Save(FilePath path)

Parameters

Name Type Description
path FilePath The FilePath to save the text transformation to.

Return Value

Type Description
void