Saves this preset to the file with the specified filename.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic void Save(
	string filename,
	string newName,
	EncodingType encodingToUse
)
Public Sub Save ( 
	filename As String,
	newName As String,
	encodingToUse As EncodingType
)
Parameters
- filename
 - Type: SystemString
The filename. - newName
 - Type: SystemString
The new name of the preset (for copy). If empty, the name of this preset is used. - encodingToUse
 - Type: SD.LLBLGen.Pro.CoreEncodingType
The encoding to use. 
See Also