Actuate Information Delivery API data types : FileContent
 
FileContent
A complex data type that represents a list of attached files or the content of embedded files.
Schema
<xsd:complexType name="FileContent">
<xsd:all>
<xsd:element name="File" type="typens:File"/>
<xsd:element name="Content" type="typens:Attachment"
minOccurs="0"/>
</xsd:all>
</xsd:complexType>
Elements
File
The attached file.
Content
The content of an embedded file.