More actions
No edit summary |
Cg huyphong (talk | contribs) No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Resource_Functions]] | [[Category:Resource_Functions]] | ||
| {{HelpFiles}} | ||
====resourceTemplateExists==== | ====resourceTemplateExists==== | ||
Line 12: | Line 12: | ||
'''Arguments''' | '''Arguments''' | ||
''qualifiedname: ''Is a string expression. It is the name of the resource template. | ''qualifiedname: ''Is a string expression. It is the qualified name of the resource template. | ||
'''Return type''' | '''Return type''' |
Latest revision as of 02:56, 26 December 2011
resourceTemplateExists
Checks if a resource template exists by its qualified name.
Syntax
resourceTemplateExists(qualifiedname)
Arguments
qualifiedname: Is a string expression. It is the qualified name of the resource template.
Return type
bool
Examples
bool b = resourceTemplateExists("My project template");
Availability
Version 5.4