Click or drag to resize

TemplateAddKey Method

Adds a custom key used by this template.

Namespace:  Limilabs.Mail.Templates
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Template AddKey(
	string key,
	string value
)

Parameters

key
Type: SystemString
Key name.
value
Type: SystemString
Value to be used when template is rendered.

Return Value

Type: Template
Current template.
See Also