Click or drag to resize

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.Templates
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public List<string> GetDistinctTemplateIDs(
	string languageName
)

Parameters

languageName
Type: SystemString
Name of the language.

Return Value

Type: ListString
List of templateids
Remarks
assumes the binding has been selected because it matches a platform specification
See Also