Click or drag to resize
IGeneratorGetTemplateFileContents Method (String, String)
Gets the template file contents for the templateID specified for the set platform - language and as specified in the templatebindings with the name specified.

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,
	string templateBindingsName
)

Parameters

templateID
Type: SystemString
The template ID.
templateBindingsName
Type: SystemString
Name of the template bindings to select the file from.

Return Value

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