Share via


Job.Folder Property

Definition

Gets or sets if only subfolders need to be refreshed, then the subfolder path inside the share. (The path is empty if there are no subfolders.)

[Newtonsoft.Json.JsonProperty(PropertyName="properties.folder")]
public string Folder { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.folder")>]
member this.Folder : string with get, set
Public Property Folder As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to