FtpReadSettings.FileListPath Property

Definition

Gets or sets point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="fileListPath")]
public object FileListPath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fileListPath")>]
member this.FileListPath : obj with get, set
Public Property FileListPath As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to