Autodesk Vault ProfessionalVault API

PropertySearchType Enumeration

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Indicates the scope of the search.

Syntax

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

Members

MemberDescription
AllPropertiesSearches all properties.
AllPropertiesAndContentSearches all properties and text inside the file.
SinglePropertySearches a single property.

Returned By

Where you get a PropertySearchType — members that return one.

Inheritance Hierarchy

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

See Also