Click or drag to resize
Generator.GetTemplateFileContents 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.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public string GetTemplateFileContents(
	string templateID,
	string templateBindingsName
)

Parameters

templateID
Type: System.String
The template ID.
templateBindingsName
Type: System.String
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

Implements

IGenerator.GetTemplateFileContents(String, String)
See Also