Autodesk Vault ProfessionalVault API

PropertyDefinition.EBasicSearch Enumeration

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.Properties

The search capabilities of a PropertyDefinition.

Syntax

public enum PropertyDefinition.EBasicSearch : System.Enum 
Public Enum PropertyDefinition.EBasicSearch
   Inherits System.Enum

Members

MemberDescription
NotAllowedThis property is not eligible to be searched in Basic Search operations.
NotSearchedThis property will be excluded from Basic Search operations.
SearchedThis property will be included in Basic Search operations.

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyDefinition.EBasicSearch

See Also