PCBISaveFileDlgInitDataProviders(String, FileLocation, FileType, 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,
	FileType 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  FileType
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