Share via


TransferFolderMetadata.TargetStreamFolderPath Property

Definition

Gets or sets a value indicating the full stream folder path that will be used as the root folder for all files and folders being transferred.

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

Property Value

The target stream path.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to