Click or drag to resize

TemplatePermanentDataFrom Method (IDictionary)

Specifies IDictionary that will be used as a data source for this template. If the method is called more than once, all objects are checked and used as the template data source.

Namespace:  Limilabs.Mail.Templates
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Template PermanentDataFrom(
	IDictionary data
)

Parameters

data
Type: System.CollectionsIDictionary
IDictionary data source for this template.

Return Value

Type: Template
Current template.
See Also