Autodesk Vault ProfessionalVault API

SearchRuleType Enumeration

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Tells if the condition must or may be true. In other words, is the condition an AND or an OR type respectively.

Syntax

public enum SearchRuleType : System.Enum 
Public Enum SearchRuleType
   Inherits System.Enum

Members

MemberDescription
MayThe search condition may be true (aka. OR search).
MustThe search condition must be true (aka. AND search).
MustNotReserved for future use.

Returned By

Where you get a SearchRuleType — members that return one.

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.Connectivity.WebServices.SearchRuleType

See Also