GetNextExpiredFiles
Retrieves information about expired files.
iHub always returns the ID, name, version, type, and location of each expired file. Use the ResultDef element to retrieve additional information.
Request schema
<xsd:complexType name="GetNextExpiredFiles">
<xsd:sequence>
<xsd:element name="SessionID" type="xsd:string"/>
<xsd:element name="ResultDef" type="typens:ArrayOfString"
minOccurs="0"/>
<xsd:element name="MaxFiles" type="xsd:long"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Request elements
SessionID
The ID that iHub generates for the current archiving session.
ResultDef

Requests the following information about the expired files:

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)

VersionName
The version name of the file

Owner
The owner of the file

AccessType
The file’s access type, private or shared

ACL
The access rights to the file

DependOnFiles
Information about the files on which the file depends
MaxFiles
The maximum number of files to retrieve and return in the result set. If not specified, the value is 1. iHub can return up to 500 files.
Response schema
<xsd:complexType name="GetNextExpiredFilesResponse">
<xsd:sequence>
<xsd:element name="ExpiredFiles"
type="typens:ArrayOfFileInfo"/>
<xsd:element name="HasMore" type="xsd:boolean"/>
</xsd:sequence>
</xsd:complexType>
Response elements
ExpiredFiles
Information about the expired files.
HasMore
Indicates whether more expired files are available. If True, more expired files are available.