TemplateBindingsGetDistinctTemplateIDs Method (String, String) | 
 
            Gets the list of all templateids which have a mapping to a file for the language specified and are stored in a file with the extension specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic List<string> GetDistinctTemplateIDs(
	string languageName,
	string templateExtension
)
Public Function GetDistinctTemplateIDs ( 
	languageName As String,
	templateExtension As String
) As List(Of String)
Parameters
- languageName
 - Type: SystemString
Name of the language. - templateExtension
 - Type: SystemString
The file extension for the template. 
Return Value
Type: 
ListStringList of templateids
See Also