Exports Tags to a file on a local file system. The term "local file system" refers to the scope in which the script was running; for example, running this script in a Gateway Timer script will export the file to the Gateway file system. |
system.tag. exportTags([filePath], tagPaths, [recursive], [exportType] )
String or Nothing filePath - The file path that the Tags will be exported to. If the file does not already exist, this function will attempt to create it.
Boolean recursive - Set to true to export all Tags under each Tag path, including Tags in child folders. Defaults to true. [optional] String exportType - The type of file that will be exported. Set to "json" or "xml". Defaults to "json".
Nothing
Gateway, Vision Client, Perspective Session |
|
system tag exportTags, tag.exportTags |