Click or drag to resize
IImporterGetFirstLevelInfo Method
Gets the first level info objects. This information is shown in a UI which allows the user to select which elements to retrieve. These elments (same objects as returned by this method) are then passed to the method to obtain the second level info, which is the information to merge with the loaded project

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
List<RawImportableElementDefinition> GetFirstLevelInfo()

Return Value

Type: ListRawImportableElementDefinition
List of raw element definitions which are used to build a UI which allows the user to select which elements to import
See Also