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