Click or drag to resize
PresetManagerGetPresetsWithFilter 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.0.0.0 (5.0.0)
Syntax
public List<Preset> GetPresetsWithFilter(
	string platformName,
	string templateGroup,
	string frameworkName
)

Parameters

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

Return Value

Type: ListPreset
See Also