IPluginDataLoaderCheckLoadCompatibility Method

Check if the plugin can load the file

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
int CheckLoadCompatibility(
	string relativePath,
	string fileContentExcerpt
)

Parameters

relativePath  String
fileContentExcerpt  String

Return Value

Int32

See Also