ITransferService.RetrieveTransferFile Method |
Gets the contents of a stored transfer file.
Namespace:
Dundas.BI.Transfer
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
SyntaxStream RetrieveTransferFile(
Guid transferFileId
)
Function RetrieveTransferFile (
transferFileId As Guid
) As Stream
Stream^ RetrieveTransferFile(
Guid transferFileId
)
abstract RetrieveTransferFile :
transferFileId : Guid -> Stream
Parameters
- transferFileId
- Type: System.Guid
ID of the transfer file.
Return Value
Type:
StreamA stream from which the contents of the transfer file may be read.
Exceptions
See Also