FileLocator Pro .NET Library
C#
C++
Show/Hide TOC
Attribute
State 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#
Copy
public
enum
AttributeState
C++
Copy
public
enum class
AttributeState
Members
Either
0
Either state, ie do not filter on this attribute.
Off
1
Attribute must be off, ie not set.
On
2
Attribute should be on.
See Also
Reference
Mythicsoft.Search.Core Namespace
In This Article
Definition
Members
See Also