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 | |
---|---|---|
Extension | Extension of the file this MIME mapping applies to. Extension must be non-null and greater than 0 characters in length. | |
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. | |
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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top