ITransferServiceGetTransferFileInfo Method (Uri)

Retrieves the basic information of a transfer file by URL.

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(
	Uri transferFileUri
)

Parameters

transferFileUri
Type: SystemUri
The URL of the transfer file.

Return Value

Type: TransferFileInfo
A TransferFileInfo object which contains the basic information of a transfer file.
Exceptions
ExceptionCondition
ArgumentNullExceptiontransferFileUri is .
NotFoundExceptionThe transfer file with the specified by the URL does not exist.
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.
Remarks
Transfer file will be upgraded automatically if required.
See Also