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
Members
  Member nameValueDescription
UncPath0 The source of the transfer file is a UNC path.
InternalStorageId1 The source of the transfer file is an internal storage ID.
Url2 The source of the transfer file is a URL (HTTP, HTTPS, or FTP).
See Also