AttributeState Enumeration

The state of the file attribute

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public enum AttributeState

Members

Either0 Either state, ie do not filter on this attribute.
Off1 Attribute must be off, ie not set.
On2 Attribute should be on.

See Also