Autodesk Vault ProfessionalVault API

VcetLookupType Enumeration

Autodesk.Connectivity.Extensibility.FrameworkAutodesk.Connectivity.Extensibility.Framework

Gets the type of lookup for a resolve folder.

Syntax

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

Members

MemberDescription
ExplorerClientThe lookup is the location of the Vault Explorer client.
RegistryThe lookup involves the Windows registry.
RelativeToExtensionThe lookup is relative to the location of the extension's DLL.

Returned By

Where you get a VcetLookupType — members that return one.

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.Connectivity.Extensibility.Framework.VcetLookupType

See Also