Maps mime-type strings to file extensions.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public StringDictionary FileTypesSettings { get; set; }
public StringDictionary FileTypesSettings { get; set; }
Public Property FileTypesSettings As StringDictionary Get Set
Public Property FileTypesSettings As StringDictionary Get Set
public: property StringDictionary^ FileTypesSettings { StringDictionary^ get (); void set (StringDictionary^ value); }
public: property StringDictionary^ FileTypesSettings { StringDictionary^ get (); void set (StringDictionary^ value); }
member FileTypesSettings : StringDictionary with get, set
member FileTypesSettings : StringDictionary with get, set
Property Value
Remarks
The name is the extension (without "."), the value is the mime-type.
Eg.
FileTypesSettings.Add("HTML", "text/html")
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120