SetTargetFilePath(String) Method

Definition

Assembly CliInvoke.dll

Sets the target file path for the process configuration.

public IProcessConfigurationBuilder SetTargetFilePath(string targetFilePath)

Parameters

targetFilePath
String

The file path where the process configuration will be saved.

Returns

IProcessConfigurationBuilder
A reference to this builder with the updated target file path, allowing method chaining.