Click or drag to resize

TemplateExpand Method (IAppContext, NameValueCollection, String, String, String)

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public NameValueCollection Expand(
	IAppContext appCxt,
	NameValueCollection nameValues,
	out string bodyHigh,
	out string bodyLow,
	out string subject
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context object.
nameValues
Type: System.Collections.SpecializedNameValueCollection
The name / values to use during subsitution.
bodyHigh
Type: SystemString
The High resolution version of the template.
bodyLow
Type: SystemString
The Low resolution version of the template.
subject
Type: SystemString
The template's subject, with subsitution performed.

Return Value

Type: NameValueCollection
The name / values. The returned collection is guarenteed to be non-null and contain a value for "std_footer."
See Also