MiniDetailAttrs Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
VisibleFieldsOnly | 1 | Only visible IFields should be resolved. Normally all fields are resolved except those marked Sensitive or not having Read permission for the current user. | |
IncludeLabelSuffix | 2 | 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). | |
IncludeRawValues | 32 | 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 | |
SmartTemplatePopulation | 64 | 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. | |
DoNotResolveExpressions | 128 | 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. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.