| GeneratorGetTemplateFileContents 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.GeneratorCoreAssembly: SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic string GetTemplateFileContents(
	string templateID,
	string templateBindingsName
)
Public Function GetTemplateFileContents ( 
	templateID As String,
	templateBindingsName As String
) As String
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
            
Implements
IGeneratorGetTemplateFileContents(String, String)
See Also