Skip to content

Get

Returns the template content if found, otherwise null.

1
$Templates.Get(name: string):string

Parameters

string name
    Name of template.

Remarks

Example

1
var template = $Templates.Get('Purchase Order');