Difference between revisions of "ResourceTemplateExists"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[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 04: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