Click or drag to resize

SaveFilterConvertOptions Enumeration

Options specifying the behaviour of Convert(IAppContext, IDatabase, SaveFilterConvertOptions).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum SaveFilterConvertOptions
Members
  Member nameValueDescription
ToStatic1Convert the filter to a static filter.
ToDynamic2Convert the filter to a dynamic filter.
NoSave4 Do not save changes after the conversion. Note, however, that if the filter is being converted to a static filter the filter keys will have been saved.
See Also