PCBIOpenFileDlgInitDataProviders(String, FileLocation, FileType, 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,
	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
 
fileFilters  ListFileFormatFilter
Sorted List of file filters to show/filter

See Also