SPMimeMapping members

Defines a MIME mapping override for files that match a particular extension and ProgId combination.

The SPMimeMapping type exposes the following members.

Properties

  Name Description
Public property Extension Extension of the file this MIME mapping applies to. Extension must be non-null and greater than 0 characters in length.
Public property MimeType Target MIME type that files to receive as specified by Extension and ProgId. Must be non-null and greater than 0 characters in length.
Public property ProgId ProgId of the file this MIME mapping applies to. ProgId must be non-null and greater than 0 characters in length.

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

SPMimeMapping class

Microsoft.SharePoint.Administration namespace