Click or drag to resize
GeneratorGetTemplateFilename Method (String)
Gets the template filename for the first templateID encountered in the ordered list of templatebindings

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public string GetTemplateFilename(
	string templateID
)

Parameters

templateID
Type: SystemString
The template ID.

Return Value

Type: String
the filename of the template bound to the templateid, or string.empty if not found

Implements

IGeneratorGetTemplateFilename(String)
Remarks
Will use the platform and language set.
See Also