TaskPerformerBase.CheckIfTemplateFileContentsExists Method  | 
 
            Checks if the template file and contents exists for the templateid specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.GeneratorCore
    Assembly:
   SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxprotected bool CheckIfTemplateFileContentsExists(
	string templateID,
	string templateBindingDefinitionName,
	bool templateIsOptional,
	out string templateContents
)
Protected Function CheckIfTemplateFileContentsExists ( 
	templateID As String,
	templateBindingDefinitionName As String,
	templateIsOptional As Boolean,
	<OutAttribute> ByRef templateContents As String
) As Boolean
Parameters
- templateID
 - Type: System.String
The template ID. - templateBindingDefinitionName
 - Type: System.String
Name of the template binding definition. - templateIsOptional
 - Type: System.Boolean
if set to true [template is optional]. - templateContents
 - Type: System.String
The template contents. 
Return Value
Type: 
Boolean
            true if file and contents are there, false otherwise
            
See Also