DIMEContent Element

System.Object

ContentType

DIMEContent

 

Client Declaration

NOTE This element has been deprecated. The use of the DIME standard to upload and retrieve content is deprecated in this release and support for DIME attachments will be dropped in a future release.

Represents content data associated with a content-carrying Content Engine object using a DIME attachment. For this element to be accessible in your client application, you must set a web reference to the DIME endpoint.

 

Element Structure

Elements

 

Base Element Inheritance

Attributes

Attributes Specific to .NET Clients

 

XML Schema

<xsd:complexType name="DIMEContent">
<xsd:complexContent>
<xsd:extension base="wsi:ContentType">
<xsd:sequence>
<xsd:element name="Attachment" type="DIMEAttachmentReference"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>