Click or drag to resize

ApiSessionTemplatePresent Method

Checks if the given template exists

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public bool TemplatePresent(
	string aTemplateName
)

Parameters

aTemplateName
Type: SystemString
the technical name of the template

Return Value

Type: Boolean
true if the template exists, false otherwise
See Also