Click or drag to resize

TemplateReplace Method (IAppContext, NameValueCollection, ContentResolution, TemplateReplaceFlags)

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,
	ContentResolution resolution,
	TemplateReplaceFlags replaceFlags
)

Parameters

cxt
Type: NetQuarryIAppContext
The appliation context.
nameValues
Type: System.Collections.SpecializedNameValueCollection
The name/value pairs of replacement values.
resolution
Type: NetQuarryContentResolution
The resolution for the replacement (High, Low)
replaceFlags
Type: NetQuarryTemplateReplaceFlags
Replacement flags

Return Value

Type: String
The template with the replacement performed.
See Also