Click or drag to resize

ProjectImportData Method

Imports the data in dataToImport into this project. The dataToImport is produced by the importer used from the rawElements.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public LogNode ImportData(
	ImportableData dataToImport,
	UserConfiguration preferences
)

Parameters

dataToImport
Type: SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImportImportableData
The data to import. (Second level information)
preferences
Type: SD.LLBLGen.Pro.ApplicationCore.ConfigurationUserConfiguration
The preferences.

Return Value

Type: LogNode
LogNode which contains all log nodes of all actions taken.
See Also