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.8.0.0 (5.8.21.0208)
Syntaxpublic List<Preset> GetPresetsWithFilter(
	string platformName,
	string templateGroup,
	string frameworkName,
	bool forProjectCycleTasks = false,
	bool forAdditionalCycleTasks = false
)
Public Function GetPresetsWithFilter ( 
	platformName As String,
	templateGroup As String,
	frameworkName As String,
	Optional forProjectCycleTasks As Boolean = false,
	Optional forAdditionalCycleTasks As Boolean = false
) As List(Of Preset)
Parameters
- platformName
 - Type: SystemString
Name of the platform. - templateGroup
 - Type: SystemString
The template group. - frameworkName
 - Type: SystemString
Name of the framework. - forProjectCycleTasks (Optional)
 - Type: SystemBoolean
If true, only the presets which target the whole project are selected, used for custom cycle tasks - forAdditionalCycleTasks (Optional)
 - Type: SystemBoolean
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: 
ListPreset
See Also