| TemplateBindingsGetTemplateFileName Method  | 
            Gets the template filename 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 GetTemplateFileName(
	string templateID,
	string platformName,
	string languageName
)
Public Function GetTemplateFileName ( 
	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 name if the templatebinding was found, empty string otherwise
            
See Also