'Declaration Public Function TemplateExists( _ ByVal templateName As String _ ) As Boolean
public bool TemplateExists( string templateName )
Parameters
- templateName
- The name of the template to check.
Return Value
true, if the specified template exists in the database; otherwise, false.