TransferFileSource Enumeration |
Specifies possible source of a transfer file.
Namespace:
Dundas.BI.Transfer
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public enum TransferFileSource
Public Enumeration TransferFileSource
public enum class TransferFileSource
Members
| Member name | Value | Description |
---|
| UncPath | 0 |
The source of the transfer file is a UNC path.
|
| InternalStorageId | 1 |
The source of the transfer file is an internal storage ID.
|
| Url | 2 |
The source of the transfer file is a URL (HTTP, HTTPS, or FTP).
|
See Also