Click or drag to resize

Template.Expand 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: NetQuarry.IAppContext
The application context object.
nameValues
Type: System.Collections.Specialized.NameValueCollection
The name / values to use during subsitution.
bodyHigh
Type: System.String
The High resolution version of the template.
bodyLow
Type: System.String
The Low resolution version of the template.
subject
Type: System.String
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