'Declaration
<NotNullAttribute()> Function GetMultipleFileProperties( _ ByVal fileNodeArgumentsArray As IReadOnlyList(Of UANodeArguments) _ ) As ValueResult(Of UAFileProperties)()
'Usage
Dim instance As IEasyUAFileTransfer Dim fileNodeArgumentsArray As IReadOnlyList(Of UANodeArguments) Dim value() As ValueResult(Of UAFileProperties) value = instance.GetMultipleFileProperties(fileNodeArgumentsArray)
[NotNull()] ValueResult<UAFileProperties>[] GetMultipleFileProperties( IReadOnlyList<UANodeArguments> fileNodeArgumentsArray )
[NotNull()] array<ValueResult<UAFileProperties^>^>^ GetMultipleFileProperties( IReadOnlyList<UANodeArguments^>^ fileNodeArgumentsArray )
Parameters
- fileNodeArgumentsArray
- An array of arguments specifying the server endpoints and node descriptors of the file 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).