Click or drag to resize
TemplateBindingsGetTemplateFileContents Method
Gets the template file contents for the templateID specified for the combination platform - language

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public string GetTemplateFileContents(
	string templateID,
	string platformName,
	string languageName
)

Parameters

templateID
Type: SystemString
The template ID.
platformName
Type: SystemString
Name of the platform.
languageName
Type: SystemString
Name of the language.

Return Value

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