Autodesk Vault ProfessionalVault API

GetExtensionFolders Method

Autodesk.Connectivity.Extensibility.FrameworkExtensionLoader

Returns the extention folders that the loader is using to find extensions.

Syntax

public System.Collections.Generic.List<ExtensionFolder> GetExtensionFolders()
Public Function GetExtensionFolders() As System.Collections.Generic.List(Of ExtensionFolder)

Return Value

The extention folders that the loader is using to find extensions.

See Also