InterfacePCBIWindowSaveJob(String, Boolean, String) Method

Save Job in Directory with option to do it as zip compressed directory.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void SaveJob(
	string FullPath,
	bool AsZip,
	string Password
)

Parameters

FullPath  String
Directory to save, if save as zip the .zip ending will be added internal with jobname or you use your own name including .zip in the FullPath.
AsZip  Boolean
save the job as zip?
Password  String
if you want to use a password else ""

See Also