Open this page in the API Guide

ITransferService.StoreTransferFile Method

Store a transfer file to the data warehouse.

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
Guid StoreTransferFile(
	Stream input
)

Parameters

input
Type: System.IO.Stream
Input stream of the transfer file.

Return Value

Type: Guid
ID of the transfer file.
Exceptions
ExceptionCondition
ArgumentNullExceptioninput is null.
InvalidOperationExceptionThe content of the file does not match a transfer file.
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also