Click or drag to resize
PresetSave Method
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.0.0.0 (5.0.0)
Syntax
public void Save(
	string filename,
	string newName,
	EncodingType encodingToUse
)

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