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.11.0.0 (5.11.23.1114)
Syntax
public List<Preset> GetPresetsWithFilter(
	string platformName,
	string templateGroup,
	string frameworkName,
	bool forProjectCycleTasks = false,
	bool forAdditionalCycleTasks = false
)

Parameters

platformName
Type: System.String
Name of the platform.
templateGroup
Type: System.String
The template group.
frameworkName
Type: System.String
Name of the framework.
forProjectCycleTasks (Optional)
Type: System.Boolean
If true, only the presets which target the whole project are selected, used for custom cycle tasks
forAdditionalCycleTasks (Optional)
Type: System.Boolean
If true, only the presets which are meant for additional cycle tasks show up, otherwise no filtering on this property is applied

Return Value

Type: List<Preset>
See Also