SPMimeMappingCollection members
A collection of MIME mapping entries for files.
The SPMimeMappingCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Adds a new MIME mapping entry to the collection of MIME mapping entries. Note that Update on the parent object must called to commit this change to the underlying store. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Removes a MIME mapping entry from the registered collection of MIME mapping entries. Note that Update on the parent object must be called to commit this change to the underlying store. | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable<SPMimeMapping>.GetEnumerator | A collection of MIME mapping entries for files. | |
IEnumerable.GetEnumerator |
Top