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
)
Public Function Replace (
cxt As IAppContext,
nameValues As NameValueCollection,
replaceFlags As TemplateReplaceFlags
) As String
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:
StringThe expanded node content.
See Also