ITransferServiceGetTransferFileInfo Method (Guid)

Retrieves the basic information of a transfer file by ID.

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
TransferFileInfo GetTransferFileInfo(
	Guid transferFileId
)

Parameters

transferFileId
Type: SystemGuid
ID of the transfer file stored in data warehouse.

Return Value

Type: TransferFileInfo
A TransferFileInfo object which contains the basic information of a transfer file.
Exceptions
ExceptionCondition
ArgumentExceptiontransferFileId is Empty.
NotFoundExceptionThe transfer file with the specified ID does not exist.
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
Transfer file will be upgraded automatically if required.
See Also