In this article we will be seeing how to delete a file type from the content index in SharePoint 2010. Using Central Administration:
Using Visual Studio 2010:
foreach (Extension extensionin extensionColl) { // Display the file extension name Console.WriteLine(extension.FileExtension.ToString()); }
Using Powershell:
Enable Session in SharePoint 2010
Developer Dashboard in SharePoint 2010