Maps mime-type strings to file extensions.
| C# | Visual Basic |
public class FileTypeCollection : CollectionBase
Public Class FileTypeCollection Inherits CollectionBase
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| FileTypeCollection()()()() |
Creates an empty collection
| |
| FileTypeCollection(String) |
Creates a new collection using the items in itemsString as elements.
| |
| Add(FileTypeItem) |
Adds a FileTypeItem
| |
| Capacity | (Inherited from CollectionBase.) | |
| Clear()()()() | (Inherited from CollectionBase.) | |
| Count | (Inherited from CollectionBase.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | (Inherited from Object.) | |
| GetEnumerator()()()() | (Inherited from CollectionBase.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| InnerList | (Inherited from CollectionBase.) | |
| Item[([( Int32])]) |
Indexer for a file type item.
| |
| List | (Inherited from CollectionBase.) | |
| MemberwiseClone()()()() | (Inherited from Object.) | |
| OnClear()()()() | (Inherited from CollectionBase.) | |
| OnClearComplete()()()() | (Inherited from CollectionBase.) | |
| OnInsert(Int32, Object) | (Inherited from CollectionBase.) | |
| OnInsertComplete(Int32, Object) | (Inherited from CollectionBase.) | |
| OnRemove(Int32, Object) | (Inherited from CollectionBase.) | |
| OnRemoveComplete(Int32, Object) | (Inherited from CollectionBase.) | |
| OnSet(Int32, Object, Object) | (Inherited from CollectionBase.) | |
| OnSetComplete(Int32, Object, Object) | (Inherited from CollectionBase.) | |
| OnValidate(Object) | (Inherited from CollectionBase.) | |
| Remove(FileTypeItem) |
Removes a FileTypeItem
| |
| RemoveAt(Int32) | (Inherited from CollectionBase.) | |
| ToString()()()() |
Returns the collection as a delimeted string
(Overrides Object.ToString()()()().) |
The name is the extension (without "."), the value is the mime-type.
| Object | ||
| CollectionBase | ||
| FileTypeCollection | ||
Assembly: Keyoti4.SearchEngine.Web (Module: Keyoti4.SearchEngine.Web.dll) Version: 2022.8.22.610