|  | EventManagementTemplatesPanelTemplateExists Method | 
            Check if an event management template exists.
            
 
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static bool TemplateExists(
	string templateName
)
Public Shared Function TemplateExists ( 
	templateName As String
) As Boolean
public:
static bool TemplateExists(
	String^ templateName
)
Parameters
- templateName
- Type: SystemString
 The name of the event management template.
Return Value
Type: 
BooleanTrue if the template exists, false otherwise.
 See Also
See Also