Click or drag to resize

ProjectGetLastUsedCodeGenerationCyclePreferencesForOutput Method

Gets the last used code generation cycle preferences for the output type specified, or a new one (which is added to the internal list)

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 CodeGenerationCyclePreferences GetLastUsedCodeGenerationCyclePreferencesForOutput(
	CodeGenerationCycleOutputType outputType
)

Parameters

outputType
Type: SD.LLBLGen.Pro.ApplicationCoreCodeGenerationCycleOutputType
Type of the output.

Return Value

Type: CodeGenerationCyclePreferences
last used preferences or a new instance if no last used instance was found
See Also