Click or drag to resize

featurePropertiescompatibility_UseNodeBasedTemplateExpansion Property

Uses the new version of template expansion (as of Platform 4.0.2.181) that parses the Template's internal text into a list of nodes. This replaces the original Template expansion which used a Replace on the entire Template text while iterating through each item in the NameValueCollection.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool compatibility_UseNodeBasedTemplateExpansion { get; }

Property Value

Type: Boolean
Uses the new version of template expansion (as of Platform 4.0.2.181) that parses the Template's internal text into a list of nodes. This replaces the original Template expansion which used a Replace on the entire Template text while iterating through each item in the NameValueCollection.
See Also