| 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)
Syntaxpublic 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
Remarksassumes the binding has been selected because it matches a platform specification
See Also