Overload | Description |
---|---|
Copy(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodePath,String,String) | Copies an OPC UA file or directory to another directory, specifying the endpoint descriptor, directory named node path, existing file or directory name, and new name. |
Copy(IEasyUAFileTransfer,UAEndpointDescriptor,UANodeId,UANodeId,String) | Copies an OPC UA file or directory to another directory, specifying the endpoint descriptor, directory node Id, existing file or directory node Id, and new name. |
Copy(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodePath,String,UANodeId,String) | Copies an OPC UA file or directory to another directory, specifying the endpoint descriptor, directory named node path, existing file or directory name, new directory node Id, and new name. |
Copy(IEasyUAFileTransfer,UAEndpointDescriptor,UANodeDescriptor,UANodeId,UANodeId,String) | Copies an OPC UA file or directory to another directory, specifying the endpoint descriptor, directory node descriptor, existing file or directory node Id, new directory node Id, and new name. |
Copy(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodePath,String,UANodeId) | Copies an OPC UA file or directory to another directory, specifying the endpoint descriptor, directory named node path, existing file or directory name, and new directory node Id. |
Copy(IEasyUAFileTransfer,UAEndpointDescriptor,UANodeDescriptor,UANodeId,UANodeId) | Copies an OPC UA file or directory to another directory, specifying the endpoint descriptor, directory node descriptor, existing file or directory node Id, and new directory node Id. |
Copy(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodeDescriptor,UANamedNodePath,String) | Copies an OPC UA file or directory to another directory, specifying the endpoint descriptor, existing file or directory named node descriptor, new directory named node path, and new name. |