| GeneratorGetTemplateFilename Method (String, String) | 
            Gets the template filename for the templateID specified in the templatebindings 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 GetTemplateFilename(
	string templateID,
	string templateBindingsName
)
Public Function GetTemplateFilename ( 
	templateID As String,
	templateBindingsName As String
) As String
Parameters
- templateID
 - Type: SystemString
The template ID. - templateBindingsName
 - Type: SystemString
Name of the template bindings to use.  
Return Value
Type: 
String
            the filename of the template bound to the templateid, or string.empty if not found
            
Implements
IGeneratorGetTemplateFilename(String, String)
RemarksWill use the platform and language set.
See Also