ITransferServiceRetrieveTransferFile 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 (24.3.0.1000)
Syntax
Stream RetrieveTransferFile(
	Guid transferFileId
)

Parameters

transferFileId
Type: SystemGuid
ID of the transfer file.

Return Value

Type: Stream
A stream from which the contents of the transfer file may be read.
Exceptions
ExceptionCondition
ArgumentExceptiontransferFileId is Empty.
NotFoundExceptionCannot find the transfer file specified by transferFileId.
OperationFailedExceptionThe operation failed. Refer to inner exception for more details.
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also