DIMEAttachmentReference Element

System.Object

DIMEAttachmentReference

 

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 information describing a DIME attachment that holds content data. This element is specified by a DimeContent element. For this element to be accessible in your client application, you must set a web reference to the DIME endpoint.

 

Element Structure

Attributes

 

XML Schema

<xsd:complexType name="DIMEAttachmentReference">
   <xsd:simpleContent>
      <xsd:extension base="xsd:base64Binary">
         <xsd:attribute ref="ref:location"/>
      </xsd:extension>   
   </xsd:simpleContent>
</xsd:complexType>