Click or drag to resize

ITemplateDataProviderHasValue Method

Returns a boolean value indicating if this provider can return a value for specified key.

Namespace: Limilabs.Mail.Templates
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
bool HasValue(
	string name
)

Parameters

name  String
Name of the key.

Return Value

Boolean
True if this provider can return a value for specified key.
See Also