exportSyncCallback

Available for: Template Engine

Task: Custom procedure which updates the remote export directory hierarchy from the live directory hierarchy, i. e. synchronizes the two hierarchies.

Additional information: see Import and Export.

Syntax:

exportSyncCallback offlineTree onlineTree

Function parameters:

  • offlineTree: The path of the export directory hierarchy resulting from the symbolic link offline in the instance-specific export directory.
  • onlineTree: The path of the online directory hierarchy resulting from the symbolic link online in the instance-specific export directory.

Return value if successful: none