Click or drag to resize

IGeneratorGetTemplateFilename Method (String, String)

Gets the template filename for the templateID specified in the templatebindings specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
string GetTemplateFilename(
	string templateID,
	string templateBindingsName
)

Parameters

templateID
Type: SystemString
The template ID.
templateBindingsName
Type: SystemString
Name of the template bindings to use.

Return Value

Type: String
the filename of the template bound to the templateid, or string.empty if not found
Remarks
Will use the platform and language set.
See Also