TemplateEngineUnregisterRoutine Method

Unregister the template routine from the template engine by name.

Namespace:  Aspose.Email.Tools.Merging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void UnregisterRoutine(
	string name
)

Parameters

name
Type: SystemString
The name that is used to unregister the template routine.
See Also