Click or drag to resize

TemplateDataFrom(IDictionary) Method

Specifies IDictionary that will be used as a data source for this template. If the method is called more than once, only last object is used as the template data source.

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

Parameters

data  IDictionary
IDictionary sata source for this template.

Return Value

Template
Current template.
See Also