ITransferServiceGetTransferFileInfo Method (String)

Retrieves the basic information of a transfer file by UNC path.

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(
	string uncPath
)

Parameters

uncPath
Type: SystemString
The UNC path of the transfer file.

Return Value

Type: TransferFileInfo
A TransferFileInfo object which contains the basic information of a transfer file.
Exceptions
ExceptionCondition
ArgumentExceptionuncPath is or empty.
NotFoundExceptionThe transfer file with the specified by the UNC path 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