Share via


TargetStorageLocation.Prefix Property

Definition

Replaces the input prefix of a file path with the output prefix, preserving the rest of the path structure.

Example: File full path: documents/user/note.txt Input Prefix: "documents/user/" Output Prefix: "output_docs/"

Output file: "output_docs/note.txt"

public string Prefix { get; set; }
member this.Prefix : string with get, set
Public Property Prefix As String

Property Value

Applies to