
Folders in OPC UA serve as organizational units that can contain variables, other folders, or both. They help in structuring the node space of an OPC UA server in a hierarchical manner, making it easier for clients to browse and interact with the server's address space.
If you are doing client development as well, an instance of UAFolder can be implicitly converted to a OpcLabs.EasyOpc.UA.UANodeDescriptor, which means that it can be directly used in place of OpcLabs.EasyOpc.UA.UANodeDescriptor parameters anywhere in the client code. If your language does not support implicit conversion operators, use the UAServerNode.EffectiveNodeDescriptor property instead.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
OpcLabs.BaseLib.Widgets.Widget
OpcLabs.BaseLib.NodeSpace.Node
OpcLabs.BaseLib.NodeSpace.NodeFrontEnd
OpcLabs.EasyOpc.UA.NodeSpace.UAServerNode
OpcLabs.EasyOpc.UA.NodeSpace.UAFolder