Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum CaptionFlags
<FlagsAttribute>
Public Enumeration CaptionFlags
Members
| Member name | Value | Description |
---|
| NoRoot | 1 | Do not include the mapper's Caption property value in the caption. |
| NoPaging | 2 | Do not include current paging information in the caption. |
| NoFiltering | 4 | Do not include current filtering information in the caption. |
| PlainText | 8 | Do not include any HTML or javascript in the caption. |
| NoOverrides | 16 | Do not allow page-specific or navigation-specific overrides of the mapper's caption. |
| NoCount | 32 | Do not include record count in the caption. |
| ForLink | 64 | This caption is for use on a link (looks for LinkCaption text item). |
| DoNotThrow | 128 | Do not throw an exception if caption includes an expression with unresolvable fields or syntax errors. |
| NoHtmlEncode | 256 | Do not encode the caption for html. (Allow HTML content) |
| RootOnly | 38 |
Do not include paging, filtering, count, or similar information. Currently this is the equivalent
of specifying NoPaging, NoFiltering, and NoCount.
|
See Also