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