Export a C# Extension
Introduction
This how-to describes how to export an extension so you can publish it in the Marketplace or share it directly with other Mendix developers.
Prerequisites
Before exporting an extension add-on module, ensure the following feature flag is enabled: --enable-extension-development
For more information, see Get Started with the Extensibility API.
Export an Extension
-
In Studio Pro, open the app that contains your development extension.
-
Create a new module with the same name as your extension folder. For example, if your extension folder is named MyFirstExtension, your module must also be named MyFirstExtension.
-
In the App Explorer, navigate to the Settings of this module and click the Export tab.
-
Set Module type to Add-on module.
-
In the Module version field, enter the version number of the extension.
-
In the Extension Name field, select the name of your extension. This must match your module name.
If you do not see the Extension name field, your feature flag is not configured correctly. For more information, see Get Started with the Extensibility API. -
Click OK to save the settings.
-
In the App Explorer, right-click the module and click Export to export the extension.
Now you can publish the extension in the Marketplace or share it with other Mendix developers.