A File (folder or normal file).
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| bytes | long | element | 0/1 | The size of the file in bytes. | |
| link | Link | element | 0/1 | The link to this file. | |
| path | string | element | 0/1 | The path to this file. |
Example
<File>
<path>...</path>
<link>
<rel>...</rel>
<href>...</href>
</link>
<bytes>...</bytes>
</File>