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; }
ReadOnly Property compatibility_UseNodeBasedTemplateExpansion As Boolean
Get
Property Value
Type:
BooleanUses 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