Click or drag to resize

ProjectDeserializeFromFile Method

Deserializes the data for this class from the file with the filename specified.

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 void DeserializeFromFile(
	string filename,
	string additionalTypeConverterFolder
)

Parameters

filename
Type: SystemString
The filename to load the project data from
additionalTypeConverterFolder
Type: SystemString
The additional type converter folder specified manually after an exception occured.
See Also