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