Click or drag to resize

ITemplateDataProviderGetValue Method

Gets the value for specified key.

Namespace:  Limilabs.Mail.Templates
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
Object GetValue(
	string name
)

Parameters

name
Type: SystemString
Name of the key to get value for.

Return Value

Type: Object
Value for specified key.
See Also