Click or drag to resize

ITemplateDataProvider Interface

Inherit this interface if you need to implemeting a custom template data provider.

Namespace:  Limilabs.Mail.Templates
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public interface ITemplateDataProvider

The ITemplateDataProvider type exposes the following members.

Methods
  NameDescription
Public methodGetValue
Gets the value for specified key.
Public methodHasValue
Returns a boolean value indicating if this provider can return a value for specified key.
Top
See Also