PCBISaveFileDlgInitDataProviders(String, FileLocation, String, String, ListFileFormatFilter) Method

Init the File Open Plugin

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void InitDataProviders(
	string loadedDesignPathOrServer,
	FileLocation fileLocation,
	string fileType,
	string fileName,
	List<FileFormatFilter> fileFilters
)

Parameters

loadedDesignPathOrServer  String
fileLocation="Design": Full Link including Server to the loaded design, e.g. https://elsp/websites/pcbi_design_lib/DesignData/15/15/cad_data.zip fileLocation="Global": Optional: Path of the Server to load at startup (e.g. https://elsp/websites/pcbi_design_lib )
fileLocation  FileLocation
Activate the "Design" or "Global" Tabpage at startup
fileType  String
Type of the file, e.g. "DRCRule", "NetGroups", "Script", ...
fileName  String
Name of the file
fileFilters  ListFileFormatFilter
Sorted List of file filters to show/filter

See Also