ProjectSave Method (EncodingType) | 
 
            Saves this project to Xml, to the file stored inside this project's properties.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic bool Save(
	EncodingType encodingToUse
)
Public Function Save ( 
	encodingToUse As EncodingType
) As Boolean
Parameters
- encodingToUse
 - Type: SD.LLBLGen.Pro.CoreEncodingType
The encoding to use. 
Return Value
Type: 
Boolean
            true if save succeeded, false if save was aborted
            
Remarksuses MessageBox.Show for error/warning display. if you want to save this project in a non-interactive environment or console application
            please use the Save overload which accepts Func/Action delegates to customize this behavior.
See Also