System.Object
DIMEContent
Client Declaration
public class DIMEContent
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.
Elements
DIMEAttachmentReference
Attachment
: Optional element specifying the DIME attachment that holds the content data.
Attributes
UInt64
size
:
Attributes Specific to .NET Clients
Boolean
sizeSpecified
: Optional expression specifying whether size
has a value (true
) or not (false
).
<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>