Click or drag to resize
PresetManager.GetPresetsWithFilter Method
Gets the presets with filter.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public List<Preset> GetPresetsWithFilter(
	string platformName,
	string templateGroup,
	string frameworkName
)

Parameters

platformName
Type: System.String
Name of the platform.
templateGroup
Type: System.String
The template group.
frameworkName
Type: System.String
Name of the framework.

Return Value

Type: List<Preset>
See Also