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 (25.3.0.1000)
SyntaxTransferFileInfo GetTransferFileInfo(
	string uncPath
)
Function GetTransferFileInfo ( 
	uncPath As String
) As TransferFileInfo
TransferFileInfo^ GetTransferFileInfo(
	String^ uncPath
)
abstract GetTransferFileInfo : 
        uncPath : string -> TransferFileInfo 
Parameters
- uncPath
 - Type: SystemString
The UNC path of the transfer file. 
Return Value
Type: 
TransferFileInfoA 
TransferFileInfo object which contains the basic information of a transfer file.
Exceptions
RemarksTransfer file will be upgraded automatically if required.
See Also