Keyoti Search for ASP.NET API Docs
FileTypesSettings Property
API DocumentationKeyoti.SearchEngineConfigurationFileTypesSettings
Keyoti Search for ASP.NET 2010
Maps mime-type strings to file extensions.
Declaration Syntax
C#Visual BasicVisual C++
public StringDictionary FileTypesSettings { get; set; }
Public Property FileTypesSettings As StringDictionary
public:
property StringDictionary^ FileTypesSettings {
	StringDictionary^ get ();
	void set (StringDictionary^ value);
}
Remarks
The name is the extension (without "."), the value is the mime-type. Eg. FileTypesSettings.Add("HTML", "text/html")

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609