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.2.0.0 (5.2.17.0403)
Syntax public 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:
ListPresetSee Also