| TemplateBindingsGetTemplateFileContents Method  | 
            Gets the template file contents for the templateID specified for the combination platform - language
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TemplatesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic string GetTemplateFileContents(
	string templateID,
	string platformName,
	string languageName
)
Public Function GetTemplateFileContents ( 
	templateID As String,
	platformName As String,
	languageName As String
) As String
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