Click or drag to resize

TemplateNodeReplace Method

Replaces the content in the node with the text required.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string Replace(
	IAppContext cxt,
	NameValueCollection nameValues,
	TemplateReplaceFlags replaceFlags
)

Parameters

cxt
Type: NetQuarryIAppContext
Current AppContext.
nameValues
Type: System.Collections.SpecializedNameValueCollection
The NameValueCollection of values to look up a replacement value for.
replaceFlags
Type: NetQuarryTemplateReplaceFlags
The TemplateReplaceFlags for the template.

Return Value

Type: String
The expanded node content.
See Also