ExtensionFolder Constructor
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
| Name | Description |
|---|---|
| path | The path to load extension from. |
| searchType | How extensions should be located. |
| isAppStore | If 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. |