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 (8.0.2.1001)
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| Exception | Condition |
|---|
| ArgumentException | uncPath is or empty. |
| NotFoundException | The transfer file with the specified by the UNC path does not exist. |
| InvalidOperationException | The content of the file does not match a transfer file. |
| NoPrivilegeException | The caller does not have administrative privileges. |
| InvalidSessionException | The caller context is not associated with a valid session. |
RemarksTransfer file will be upgraded automatically if required.
See Also