File
A complex data type that describes a file.
Schema
<xsd:complexType name="File">
<xsd:all>
<xsd:element name="Id" type="xsd:string" minOccurs="0"/>
<xsd:element name="Name" type="xsd:string" minOccurs="0"/>
<xsd:element name="FileType" type="xsd:string"
minOccurs="0"/>
<xsd:element name="Description" type="xsd:string"
minOccurs="0"/>
<xsd:element name="PageCount" type="xsd:long"
minOccurs="0"/>
<xsd:element name="Size" type="xsd:long"
minOccurs="0"/>
<xsd:element name="TimeStamp" type="xsd:dateTime"
minOccurs="0"/>
<xsd:element name="Version" type="xsd:long"
minOccurs="0"/>
<xsd:element name="VersionName" type="xsd:string"
minOccurs="0"/>
<xsd:element name="Owner" type="xsd:string" minOccurs="0"/>
<xsd:element name="UserPermissions" type="xsd:string"
minOccurs="0"/>
</xsd:element>
<xsd:element name="AccessType" type="typens:FileAccess"
minOccurs="0"/>
</xsd:all>
</xsd:complexType>
Elements
Id
The file ID.
Name
The name of the file. Actuate’s internal data store imposes a fixed upper limit on the length of certain text strings.
FileType
The file type.
Description
The description of the file.
PageCount
The number of pages in the file.
Size
The size of the file.
TimeStamp
The time the file was created or modified, in Coordinated Universal Time (UTC).
Version
The version number.
VersionName
The version name.
Owner
The owner of the file.
UserPermissions
The current user’s permissions for the file.
AccessType

The file’s access type. Valid values are:

Private
Only the owner of the file and an administrator can access the file.

Shared
All users and roles specified in the access control list (ACL) for the file can access the file.