Click or drag to resize

TemplateGetExpandedSubject Method

Returns the subject expanded with the items from the nameValues

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GetExpandedSubject(
	NameValueCollection nameValues
)

Parameters

nameValues
Type: System.Collections.SpecializedNameValueCollection
A collection of name values to use for subsitution

Return Value

Type: String
The formatted subject
See Also