Overload | Description |
---|---|
IsFileOrDirectory(IEasyUAFileTransfer,UAEndpointDescriptor,UANodeDescriptor) | Determines whether the specified OPC UA node is an OPC UA file or directory object, specifying the endpoint descriptor, and file or directory node descriptor. |
IsFileOrDirectory(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodeDescriptor) | Determines whether the specified OPC UA node is an OPC UA file or directory object, specifying the endpoint descriptor, and named node descriptor. |
IsFileOrDirectory(IEasyUAFileTransfer,UAEndpointDescriptor,UANodeDescriptor,IReadOnlyList<String>,String) | Determines whether the specified OPC UA node is an OPC UA file or directory object, specifying the endpoint descriptor, directory node descriptor, directory path elements, and file or directory name. |
IsFileOrDirectory(IEasyUAFileTransfer,UAEndpointDescriptor,UANodeDescriptor,String) | Determines whether the specified OPC UA node is an OPC UA file or directory object, specifying the endpoint descriptor, directory node descriptor, and file or directory name. |