Overload | Description |
---|---|
Move(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodePath,String,UANodeId,String) | Moves or renames an OPC UA file or directory, specifying the endpoint descriptor, directory named node path, existing file or directory name, new directory node Id, and new name. |
Move(IEasyUAFileTransfer,UAEndpointDescriptor,UANodeDescriptor,UANodeId,UANodeId,String) | Moves or renames an OPC UA file or directory, specifying the endpoint descriptor, directory node descriptor, existing file or directory node Id, new directory node Id, and new name. |
Move(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodePath,String,UANodeId) | Moves or renames an OPC UA file or directory, specifying the endpoint descriptor, directory node descriptor, existing file or directory name, and new directory node Id. |
Move(IEasyUAFileTransfer,UAEndpointDescriptor,UANodeDescriptor,UANodeId,UANodeId) | Moves or renames an OPC UA file or directory, specifying the endpoint descriptor, directory node descriptor, existing file or directory node Id, and new directory node Id. |
Move(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodeDescriptor,UANamedNodePath,String) | Moves or renames 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. |