| 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 (25.3.0.1000)
 Syntax
Syntaxpublic enum TransferFileSource
Public Enumeration TransferFileSource
public enum class TransferFileSource
 Members
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
See Also