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
Syntaxpublic void RegisterRoutine(
string name,
TemplateRoutine routine
)
Public Sub RegisterRoutine (
name As String,
routine As TemplateRoutine
)
public:
void RegisterRoutine(
String^ name,
TemplateRoutine^ routine
)
member RegisterRoutine :
name : string *
routine : TemplateRoutine -> unit
Parameters
- name
- Type: SystemString
The name of the funciton. - routine
- Type: Aspose.Email.Tools.MergingTemplateRoutine
Delegate processing the data
See Also