TemplateBindingsGetDistinctTemplateIDs Method (String) |
Gets the list of all templateids which have a mapping to a file for the language specified.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public List<string> GetDistinctTemplateIDs(
string languageName
)
Public Function GetDistinctTemplateIDs (
languageName As String
) As List(Of String)
Parameters
- languageName
- Type: SystemString
Name of the language.
Return Value
Type:
ListStringList of templateids
Remarks assumes the binding has been selected because it matches a platform specification
See Also