GWC Template Language Reference / Template Paths - Application hierarchy |
Path: application/meta/filetransfer
The FileTransfer is a unique sub-object from ApplicationMetaInformation object that handles files available through the File Transfer.
Fields | Type | Description |
---|---|---|
application/meta/filetransfer/files | Collection of File objects | The list of all files in the application. Used in a repeat instruction to loop on each file in the list. |
application/meta/filetransfer/currentfiles | Collection of File objects | The list of the current files in the application [i.e. files transferred since previous action]. Used in a repeat instruction to loop on each file in the list. |