TemplateBindingsGetTemplateFileName Method |
Gets the template filename for the templateID specified for the combination platform - language
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public 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