Click or drag to resize

ProjectPasteData Method

Pastes the data in dataToImport into this project. The dataToImport is produced by a copy action to the clipboard and is obtained from the clipboard

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public void PasteData(
	ImportableData dataToImport,
	UserConfiguration preferences,
	bool fullPaste
)

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.
fullPaste
Type: SystemBoolean
if true, mappings and targets are pasted as well, otherwise only the elements
Remarks
Caller is required for the undo/redo command, so call this method from an UndoablePeriodCommand instance
See Also