Click or drag to resize

MiniDetailAttrs Enumeration

Options for controlling MiniDetail behaviour.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum MiniDetailAttrs
Members
  Member nameValueDescription
VisibleFieldsOnly1 Only visible IFields should be resolved. Normally all fields are resolved except those marked Sensitive or not having Read permission for the current user.
IncludeLabelSuffix2 When resolving field references in the MiniDetail's Template, field caption references should include any suffix (e.g. ":") to the text. Note that IField caption references are indicated by the "&" prefix (See UseCaption).
IncludeRawValues32 Support template resolution using raw value instead of display text. Raw values are used where template markers are prefixed "*", e.g. "[[*country_id]]". See IncludeRawValues and IncludeRawValues
SmartTemplatePopulation64 When resolving the element's 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.
DoNotResolveExpressions128 Do not resolve embedded functions (!fn notation items resolved using EmbeddedParser) in the MiniDetail's Template. This option is primarily provided for backward compatibility. Causes DoNotResolveExpressions to be used.
See Also