ITransferServiceGetTransferFileInfo(String) Method |
Retrieves the basic information of a transfer file by UNC path.
Namespace: Dundas.BI.TransferAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxTransferFileInfo GetTransferFileInfo(
string uncPath
)
Function GetTransferFileInfo (
uncPath As String
) As TransferFileInfo
TransferFileInfo^ GetTransferFileInfo(
String^ uncPath
)
abstract GetTransferFileInfo :
uncPath : string -> TransferFileInfo Parameters
- uncPath String
- The UNC path of the transfer file.
Return Value
TransferFileInfoA
TransferFileInfo object which contains the basic information of a transfer file.
Exceptions
RemarksTransfer file will be upgraded automatically if required.
See Also