OPC Studio User's Guide and Reference
MoveDirectory Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.FileTransfer Namespace > IEasyUAFileTransferExtension Class : MoveDirectory Method
Moves an OPC UA directory to another directory, or renames a directory.

The method moves an OPC UA directory to another directory, if a different directory has been specified. Otherwise, it renames a directory, keeping it in the original directory.

Overload List
OverloadDescription
Moves or renames an OPC UA directory, specifying the endpoint descriptor, directory named node path, existing directory name, new directory node Id, and new name.  
Moves or renames an OPC UA directory, specifying the endpoint descriptor, directory node descriptor, existing directory node Id, new directory node Id, and new name.  
Moves or renames an OPC UA directory, specifying the endpoint descriptor, directory named node path, existing directory name, and new directory node Id.  
Moves or renames an OPC UA directory, specifying the endpoint descriptor, directory node descriptor, existing directory node Id, and new directory node Id.  
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also