![]() | API Reference |
Namespace | Description |
---|---|
Alchemy4Tridion.Core | The Alchemhy4Tridion.Core library is responsible for configuring, installing, uninstalling, and providing some concrete functionality to the plugin framework. |
Alchemy4Tridion.Plugins | The Alchemy4Tridion.Plugins is the main API that you will use to build plugins with. You can add this library and namespace into your class library project via the "Alchemy4Tridion.Plugin" package by running:
Install-Package Alchemy4Tridion.Plugin -PreNote that the "-Pre" tag is used to pull the prerelease version. |