ITransferServiceGetTransferFileInfo Method (Uri) |
Retrieves the basic information of a transfer file by URL.
Namespace:
Dundas.BI.Transfer
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
SyntaxTransferFileInfo GetTransferFileInfo(
Uri transferFileUri
)
Function GetTransferFileInfo (
transferFileUri As Uri
) As TransferFileInfo
TransferFileInfo^ GetTransferFileInfo(
Uri^ transferFileUri
)
abstract GetTransferFileInfo :
transferFileUri : Uri -> TransferFileInfo
Parameters
- transferFileUri
- Type: SystemUri
The URL of the transfer file.
Return Value
Type:
TransferFileInfoA
TransferFileInfo object which contains the basic information of a transfer file.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | transferFileUri is . |
| NotFoundException | The transfer file with the specified by the URL 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