Autodesk Vault ProfessionalVault API

VcetResolveFolder Class

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

A folder to be used when resolving .NET DLL references.

Syntax

public class VcetResolveFolder 
Public Class VcetResolveFolder 

Constructors

NameDescription
VcetResolveFolder

Fields

NameDescription
AppendToPathGets or sets if this resolve folder should be added to the PATH environment variable.
LookupTypeGets or sets the type of lookup for finding the actual folder path.
PathGets or sets the relative path for the lookup. Only used if the lookup type is RelativeToExtension.
RegkeyGets or sets the registry key for the lookup. Only used if the lookup type is Registry.
RegnameGets or sets the registry name for the lookup. Only used if the lookup type is Registry.

Returned By

Where you get a VcetResolveFolder — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.Extensibility.Framework.VcetResolveFolder

See Also