Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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');
  • No labels