JsonConfSearchConditionsJAEditorAttributeIsFilter Property

If true, indicates that the conditions will be used as filters instead of search conditions, meaning the "is empty" operator can/should be treated as "is empty or missing". Defaults to true.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public bool IsFilter { get; set; }

Property Value

Boolean

See Also