$Templates.Get
Overview
Returns the template content if found, otherwise null.
string $Templates.Get(name: string)
Arguments
string name
Name of template.
Example
var template = $Templates.Get('Purchase Order');
Copyright © 2010 - 2023 Emakin. All rights reserved.