| IGeneratorGetTemplateFileContents 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.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxstring GetTemplateFileContents(
	string templateID,
	string templateBindingsName
)
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
            
See Also