GetFileDetails
Retrieves the properties of the specified file.
Request elements
FileName
String. The full name of the file for which to retrieve properties. Specify either FileName or FileId.
FileId
String. The ID of the file for which to retrieve properties. Specify either FileId or FileName.
ResultDef
ArrayOfString. The properties to retrieve. The file properties are always returned. In addition, you can specify one or more of the following:

ACL
The access control list (ACL) of the file

ArchiveRules
The archive rules of the file

AccessType
The access rights to the file, private or shared
Response elements
File
File. The file properties.
ACL
ArrayOfPermission. The ACL. Returned only if ACL is specified in ResultDef.
ArchiveRules
ArrayOfArchiveRule. The archive rules. Returned only if ArchiveRules is specified in ResultDef.