TemplateEngineRegisterRoutine Method

Registers the template routine to the temaplate engine.

Namespace:  Aspose.Email.Tools.Merging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void RegisterRoutine(
	string name,
	TemplateRoutine routine
)

Parameters

name
Type: SystemString
The name of the funciton.
routine
Type: Aspose.Email.Tools.MergingTemplateRoutine
Delegate processing the data
See Also