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.6.0.0 (5.6.19.0117)
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