Click or drag to resize
IImporterGetSecondLevelInfo Method
Gets the second level info. This information is the information to import into the live project. All elements to import are specified in elementsToImport and combined with the settings set on this importer, the importer will fill an ImportableData instance and returns that

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
ImportableData GetSecondLevelInfo(
	List<RawImportableElementDefinition> elementsToImport
)

Parameters

elementsToImport
Type: System.Collections.GenericListRawImportableElementDefinition
The elements to import.

Return Value

Type: ImportableData
filled ImportableData instance which contains all data to import into the live project.
See Also