ExpandTemplateFlags Enumeration |
Flags to modify the behavior of the MapperExec command, ExpandTemplate
ExpandTemplate.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum ExpandTemplateFlags
<FlagsAttribute>
Public Enumeration ExpandTemplateFlags
Members
| Member name | Value | Description |
---|
| IncludeFieldCaptions | 1 |
For each field value added to the collection, also include the associated field label caption.
The template marker should be the field key prefixed with "&", e.g. "&country_id".
|
| IncludeRawValues | 32 |
For each field value added to the collection, also include the field's raw value.
The template marker should be the field key prefixed with "*", e.g. "*country_id".
|
| SmartTemplatePopulation | 64 |
When resolving the Template populate the NamedValueCollection used to expand the template with only
those field values actually used by the template as opposed to populating it with ALL the fields.
Set the SmartTemplatePopulationCompatibility feature to use smart template population wherever possible.
SmartTemplatePopulation uses GetTemplateNodes(ContentResolution) to determine which fields to include, and in which form.
Note that this attribute is provided as a transition setting while smart template population is being phased in generally.
|
See Also