File
A complex data type that describes a file.
Elements
Id
String. Optional. The file ID.
Name
String. Optional. The name of the file. Actuate’s internal data store imposes a fixed upper limit on the length of certain text strings.
FileType
String. Optional. The file type.
Description
String. Optional. The description of the file.
PageCount
Long. Optional. The number of pages in the file.
Size
Long. Optional. The size of the file.
TimeStamp
DateTime. Optional. The time the file was created or modified, in Coordinated Universal Time (UTC).
Version
Long. Optional. The version number.
VersionName
String. Optional. The version name.
Owner
String. Optional. The owner of the file.
UserPermissions
String. Optional. The current user permissions for the file.
AccessType
FileAccess. Optional. 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 user groups specified in the access control list (ACL) for the file can access the file.