Click or drag to resize

FilterDescOptions Enumeration

Options specifying how a filter description is to be composed.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum FilterDescOptions
Members
  Member nameValueDescription
NoTooltips1Do not include filter item tooltips.
NoPrefix2Do not add a description prefix to the description.
NoTruncate4Do not truncate the description.
PlainText8Do not include any HTML or javascript in the description.
See Also