ResourceTemplateExists

From Catglobe Wiki
Revision as of 11:08, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



resourceTemplateExists

Checks if a resource template exists by its qualified name.

Syntax

resourceTemplateExists(qualifiedname)

Arguments

qualifiedname: Is a string expression. It is the name of the resource template.

Return type

bool

Examples

bool b = resourceTemplateExists("My project template");

Availability

Version 5.4