How to write a TigoTago plugin
This information applies to TigoTago versions 1.0 and higher.To write a new plugin all you need are .NET platform compiler and TigoTagoSDK.
A standard TigoTago plugin should have two interfaces implemented: ITagIO and ITagPropertyBag.
ITagIO - basic tag editor operations used in main TigoTago window
ITagPropertyBag - is used in Advanced Edit window
check online documentation for details
For test a new plugin:
- copy new dll into TigoTago plugins directory
- run TigoTago - a valid plugin should appear on the available plugins list in 'File formats' option in the application settings.
- assign a new plugin to the file extension
- if your plugin works properly please submit it to us.
Downloads:
- TigoTagoSDK.dll 1.0.0.0
- TigoTagoSDK.chm
- SamplePlugin.cs
