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.TemplatesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
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