System.Object
DIMEAttachmentReference
Client Declaration
public class DIMEAttachmentReference
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.
Attributes
String
location
: Optional expression specifying the location of the DIME attachment.byte[]
Value
: Optional expression specifying the content data.
<xsd:complexType name="DIMEAttachmentReference"> <xsd:simpleContent> <xsd:extension base="xsd:base64Binary"> <xsd:attribute ref="ref:location"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType>