Gets names of multiple OPC UA files or directories, specified by their object nodes.
Parameters
- fileOrDirectoryNodeArgumentsArray
- An array of arguments specifying the server endpoints and node descriptors of the file or directory object nodes.
Return Value
Returns an array of value result objects. Each element of the array corresponds to the element with the same index in the , and it contains either a name (string) of the file or directory, or a failure indications (in the
OpcLabs.BaseLib.OperationModel.OperationResult.Exception property.)
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also
Reference
IEasyUAFileTransfer Interface
IEasyUAFileTransfer Members
GetDirectoryName Method
GetFileName Method
GetName Method
OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransferExtension.GetMultipleNames(OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer,OpcLabs.EasyOpc.UA.UAEndpointDescriptor,System.Collections.Generic.IReadOnlyList{OpcLabs.EasyOpc.UA.UANodeDescriptor})