Click or drag to resize

ApiSessionGetTemplate Method

Gets the template with the given name

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

Parameters

aTemplateName
Type: SystemString
the technical name of the template to get

Return Value

Type: ObjectProxy
the template object wrapped in an Objectproxy if found, null otherwise
See Also