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
)
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 Remarks Transfer file will be upgraded automatically if required.
See Also