| 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.3.0.0 (5.3.0)
Syntaxpublic List<Preset> GetPresetsWithFilter(
	string platformName,
	string templateGroup,
	string frameworkName
)
Public Function GetPresetsWithFilter ( 
	platformName As String,
	templateGroup As String,
	frameworkName As String
) 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. 
Return Value
Type: 
ListPreset
See Also