Represents the routine used in the template file.
Namespace:
Aspose.Email.Tools.Merging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic delegate Object TemplateRoutine(
Object[] args
)
Public Delegate Function TemplateRoutine (
args As Object()
) As Object
public delegate Object^ TemplateRoutine(
array<Object^>^ args
)
type TemplateRoutine =
delegate of
args : Object[] -> Object
Parameters
- args
- Type: SystemObject
Arguments, which have to be processed by user-defined function.
Return Value
Type:
ObjectOperation result
See Also