Keyoti SearchUnit API Docs
FileTypeCollection Class
API DocumentationKeyoti.SearchEngine.WebFileTypeCollection
Keyoti SearchUnit v6
Maps mime-type strings to file extensions.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public class FileTypeCollection : CollectionBase
public class FileTypeCollection : CollectionBase
Public Class FileTypeCollection
	Inherits CollectionBase
Public Class FileTypeCollection
	Inherits CollectionBase
public ref class FileTypeCollection : public CollectionBase
public ref class FileTypeCollection : public CollectionBase
type FileTypeCollection =  
    class
        inherit CollectionBase
    end
type FileTypeCollection =  
    class
        inherit CollectionBase
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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()()()().)
Remarks
The name is the extension (without "."), the value is the mime-type.
Inheritance Hierarchy
Object
CollectionBase
 FileTypeCollection

Assembly: Keyoti4.SearchEngine.Web (Module: Keyoti4.SearchEngine.Web.dll) Version: 2015.6.15.120