GeneratorGetTemplateFileContents 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.GeneratorCore
    Assembly:
   SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic string GetTemplateFileContents(
	string templateID
)
Public Function GetTemplateFileContents ( 
	templateID As String
) As String
Parameters
- templateID
 - Type: SystemString
The template ID. 
Return Value
Type: 
String
            template file contents if the templatebinding was found, empty string otherwise
            
Implements
IGeneratorGetTemplateFileContents(String)
See Also