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
)
Public Function GetExpandedSubject (
nameValues As NameValueCollection
) As String
Parameters
- nameValues
- Type: System.Collections.SpecializedNameValueCollection
A collection of name values to use for subsitution
Return Value
Type:
StringThe formatted subject
See Also