IGeneratorGetTemplateFileContents Method (String) |
Gets the template file contents for the templateID specified for the set platform - language. It will start with the templatebindings with the
highest precedence and will choose the first templateID binding found for the platform - language combination.
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax string GetTemplateFileContents(
string templateID
)
Function GetTemplateFileContents (
templateID As String
) As String
Parameters
- templateID
- Type: SystemString
The template ID.
Return Value
Type:
String
template file contents if the templatebinding was found, empty string otherwise
See Also