| ImporterStoreProbeImporters Method  | 
 
            Probes for importers. If found, it loads an importer into itself. If an exception occurs, the importer is skipped.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic void ProbeImporters(
	string folderToProbe
)
Public Sub ProbeImporters ( 
	folderToProbe As String
)
Parameters
- folderToProbe
 - Type: SystemString
The folder to probe, which has to be a full path. 
See Also