GetResourceDynamicElementRoot: Difference between revisions
Jump to navigation
Jump to search
(New page: __NOTOC__ {{Server function}} This function retrieves the dynamic element root of a specified resource. <!-- Needs a proper explanation of what the dynamic element root actually is an...) |
No edit summary |
||
Line 11: | Line 11: | ||
===Required Arguments=== | ===Required Arguments=== | ||
*'''theResource:''' the resource of which dynamic element root we want | *'''theResource:''' the resource of which dynamic element root we want. | ||
===Returns=== | ===Returns=== |
Revision as of 19:06, 23 June 2009
This function retrieves the dynamic element root of a specified resource.
Syntax
string getResourceDynamicElementRoot ( resource theResource )
Required Arguments
- theResource: the resource of which dynamic element root we want.
Returns
Returns an element of the resource's dynamic element root if the resource specified was valid and active (currently running), false otherwise.
Example
--TODO