Autodesk Vault ProfessionalVault API

ExtensionFolder Constructor

Autodesk.Connectivity.Extensibility.FrameworkExtensionFolder

The constructor

Syntax

public ExtensionFolder(
   System.string path,
   ExtensionFolder.SearchTypeEnum searchType,
   System.bool isAppStore
)
Public Function New( _
   ByVal path As System.String, _
   ByVal searchType As ExtensionFolder.SearchTypeEnum, _
   Optional ByVal isAppStore As System.Boolean _
)

Parameters

NameDescription
pathThe path to load extension from.
searchTypeHow extensions should be located.
isAppStoreIf true, the extensions should be loaded according to the Autodesk App Store rules. If false, anything with a .vcet.config will be considered to be an Extension. The default value is false.

See Also