Is there a way to determine what features are actually being used by the site.
Not activated, but actually being used.
IE. FeatureA is used in /SiteA or /SiteB/Lists/ListA
I know what features are activated and have tool from codeplex to extract the deployed features as a .wsp file.
I want to cleanup the server and generate a development box from production. Last SP admin used the production server as his play area and installed a ton of features which are not used.
Would this data be available through the SharePoint Object Model, database, or some obscure area of the site setting pages?
Thanks