Question:
How can I disable the writing and reading of all the tags in a folder inside an I/O driver?
Solution:
To do so, you must use the Deactivate() method of the folder containing the tags. Example:
Application.GetObject(“Driver1.Folder1”).Deactivate()