TemplateBindingsGetDistinctTemplateIDs Method (String, String, Boolean) | 
 
            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,
	bool alsoIncludeOnlyTemplates
)
Public Function GetDistinctTemplateIDs ( 
	languageName As String,
	templateExtension As String,
	alsoIncludeOnlyTemplates As Boolean
) As List(Of String)
Parameters
- languageName
 - Type: SystemString
Name of the language. - templateExtension
 - Type: SystemString
The file extension for the template. - alsoIncludeOnlyTemplates
 - Type: SystemBoolean
if set to true, includeOnly templates are also returned, otherwise they're ignored.  
Return Value
Type: 
ListStringList of templateids
See Also