DataFlow.SaveToDPrepFile(String) Method

Definition

Serializes the current Dataflow into a specified DPrep file in JSON format.

public:
 void SaveToDPrepFile(System::String ^ dprepFilePath);
public void SaveToDPrepFile(string dprepFilePath);
member this.SaveToDPrepFile : string -> unit
Public Sub SaveToDPrepFile (dprepFilePath As String)

Parameters

dprepFilePath
String

Output DPrep file path.

Applies to