Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public List<string> GetDistinctTemplateIDs(
	string languageName,
	string templateExtension
)

Parameters

languageName
Type: SystemString
Name of the language.
templateExtension
Type: SystemString
The file extension for the template.

Return Value

Type: ListString
List of templateids
See Also