'Declaration
<NotNullAttribute()> Function GetMultipleNames( _ ByVal fileOrDirectoryNodeArgumentsArray As IReadOnlyList(Of UANodeArguments) _ ) As ValueResult(Of String)()
'Usage
Dim instance As IEasyUAFileTransfer Dim fileOrDirectoryNodeArgumentsArray As IReadOnlyList(Of UANodeArguments) Dim value() As ValueResult(Of String) value = instance.GetMultipleNames(fileOrDirectoryNodeArgumentsArray)
[NotNull()] ValueResult<string>[] GetMultipleNames( IReadOnlyList<UANodeArguments> fileOrDirectoryNodeArgumentsArray )
[NotNull()] array<ValueResult<String^>^>^ GetMultipleNames( IReadOnlyList<UANodeArguments^>^ fileOrDirectoryNodeArgumentsArray )
Parameters
- fileOrDirectoryNodeArgumentsArray
- An array of arguments specifying the server endpoints and node descriptors of the file or directory object nodes.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).