DeleteFolder method

Deletes a folder from the HMI tag database. This also deletes all its subfolders and tags.
Syntax
TagDB
.
DeleteFolder
(
FolderName
)
where
TagDB
is the global variable
TagDB
. You can also use a variable you have defined as a TagDB object or an expression that evaluates to a TagDB object.
TIP:
If you are not using
FactoryTalk View SE
's VBA, the global variables will not be automatically created and you will have to define your own object variables.
FolderName
is the fully qualified name of the folder, that is, the path and folder name such as
folder1\folder2
.
Remarks
  • When operating a large amount of data, we recommend that you use the block mode to improve the performance.
  • Avoid opening the Tags editor before the operation finishes. Otherwise, errors may occur.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal