Click or drag to resize

Framework.SupportedTemplateGroups Property

Gets the list of names of the supported templategroups for this framework. If this list is empty, all templategroups are supported otherwise the templategroups with the names specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Frameworks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public List<string> SupportedTemplateGroups { get; }

Property Value

Type: List<String>
See Also