ObjectList Operation (Magic xpa 4.x)
This operation instructs the engine to export the entire list of a given repository to a defined text file. The ObjectList operation is a fast way for the engine to produce a text file of the objects list.
ObjectList,<Output file>,Repository=<Repository Code>
Where:
<Output file> is the file name and path of the result output file.
<Repository Code> is a letter representing the following repositories:
The output structure is displayed in a text file, as shown below:
|  |  | 
| 1-6 | Index -- 6 characters | 
| 8-37 | Name -- 30 | 
| 39-68 | Folder -- 30 | 
| 70-99 | Public Name -- 30 | 
| 101-110 | Last Modified Date -- 10[dd/mm/yyyy]
 Programs only
 | 
| 112-119 | Last Modified Time -- 8[hh:mm:ss]
 Programs only
 | 
 
For all repositories, the output string length is 119 characters. A single space is used as a delimiter between data items.
If the specified repository code is invalid, then the operation fails and there is no output.