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.9.0.0 (5.9.0)
Syntaxpublic void DeserializeFromFile(
	string filename,
	string additionalTypeConverterFolder
)
Public Sub DeserializeFromFile ( 
	filename As String,
	additionalTypeConverterFolder As String
)
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