DocumentParserFileFormat members

Representation of a file format supported by the document parser.

The DocumentParserFileFormat type exposes the following members.

Constructors

  Name Description
Public method DocumentParserFileFormat

Top

Properties

  Name Description
Public property BuiltIn Gets or sets a value indicating whether the file format is system built-in or defined by the user.
Public property Enabled Gets or sets a value indicating whether the parsing of the file format is enabled.
Public property Extension Gets or sets the extension associated with the format.
Public property Identity Gets or sets the file format identification.
Public property MimeType Gets or sets the mime type associated with the format.
Public property Name Gets or sets the format name, usually the name of the application that handles the format.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

DocumentParserFileFormat class

Microsoft.Office.Server.Search.Administration namespace