Skip to content

$Templates.Get

Overview

string $Templates.Get ( name )

Returns the template content if found, otherwise null.

Arguments

String name Name of template

Remarks

Examples

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

See Also