TemplateEngineIsRoutineRegistered Method

Determines if a name of template routine is registered in the template engine.

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

Parameters

name
Type: SystemString
The name that is used to register the template routine.

Return Value

Type: Boolean
Returns True if the name is registered in the template engine, otherwise returns False.
See Also