ContentType Type
The Content Type entry as defined in the package.
Remarks
The content type represents an entry in the [Content_Types].xml file in the archive. It can either represent a default type associated with an extension, or an override specific to a given part in the archive.
Fields
IsOverride Boolean |
Specifies if this is a default content type or an override. |
MediaType String |
The media type for this entry, as defined by RFC2616. |
Target String |
If it's a default content type, this will be the file extension it applies to. Otherwise, it will be the part name. |
Constructors
[VB.NET] Public ContentType() [C#] public ContentType();