Connectivity Software User's Guide and Reference
MoveOrCopyDirectory Method



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

When the copyObject parameter is false, the method moves (or renames) the specified directory. When the copyObject parameter is true, the method copies the specified directory.

Overload List
OverloadDescription
Moves or copies an OPC UA directory to another directory, or renames a directory.Moves/renames or copies an OPC UA directory, specifying the endpoint descriptor, directory named node path, existing directory name, and new directory node Id.  
Moves/renames or copies an OPC UA directory, specifying the endpoint descriptor, directory node descriptor, existing directory node Id, and new directory node Id.  
Moves/renames or copies an OPC UA directory, specifying the endpoint descriptor, directory node descriptor, existing directory node Id, new directory node Id, and new name.  
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