Actuate Information Delivery API data types : FileEvent
 
FileEvent
A complex data type that contains information pertaining to file type events.
Schema
<xsd:complexType name="FileEvent">
<xsd:sequence>
<xsd:element name="MonitoredFilePath" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
Elements
MonitoredFilePath
The file path of the file the event is monitoring.