Click or drag to resize
IGeneratorGetTemplateFileContents Method (String)
Gets the template file contents for the templateID specified for the set platform - language. It will start with the templatebindings with the highest precedence and will choose the first templateID binding found for the platform - language combination.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
string GetTemplateFileContents(
	string templateID
)

Parameters

templateID
Type: SystemString
The template ID.

Return Value

Type: String
template file contents if the templatebinding was found, empty string otherwise
See Also