IGeneratorGetTemplateFilename Method (String) | 
 
            Gets the template filename for the first templateID encountered in the ordered list of templatebindings
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxstring GetTemplateFilename(
	string templateID
)
Function GetTemplateFilename ( 
	templateID As String
) As String
Parameters
- templateID
 - Type: SystemString
The template ID. 
Return Value
Type: 
Stringthe filename of the template bound to the templateid, or string.empty if not found
RemarksWill use the platform and language set.
See Also