Plugin Interfaces > Projects and Areas > IPluginProjectDisplay (Simple)
Introduction
This article will demonstrate a simple FogBugz plugin that implements the IPluginProjectDisplay interface contained in the FogCreek.FogBugz.Plugins.Interfaces class.
Functionality
This plugin will add a field to the project list at [FogBugz]/default.asp?pg=pgProjects to show the ixProject value.
It will also add a checkbox to the configuration page for a project.
Compile and Install It On Your Own
Download the source file: IPluginProjectDisplay_Example.cs
Then follow these instructions to create a functioning plugin assembly: Compiling and Installing a FogBugz Plugin