| Overload | Description |
|---|---|
| MoveOrCopy(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodePath,String,UANodeId,Boolean) | Moves or copies an OPC UA file or directory to another directory, or renames a file or directory.Moves/renames or copies an OPC UA file or directory, specifying the endpoint descriptor, directory named node path, existing file or directory name, and new directory node Id. |
| MoveOrCopy(IEasyUAFileTransfer,UAEndpointDescriptor,UANodeDescriptor,UANodeId,UANodeId,Boolean) | Moves/renames or copies an OPC UA file or directory, specifying the endpoint descriptor, directory node descriptor, existing file or directory node Id, and new directory node Id. |
| MoveOrCopy(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodeDescriptor,UANamedNodePath,Boolean,String) | Moves/renames or copies an OPC UA file or directory, specifying the endpoint descriptor, existing file or directory named node descriptor, new directory named node path, and new name. |