listwebtemplates
DATABASE
,
RESULT

The listwebtemplates statement retrieves a list of web templates in the specified database, if any.


Parameters

This statement has two parameters:

database – name of the database to search, or “” for the current database. The specified database must be open.

result – name of the field or variable the result should be placed into.


Description

This statement retrieves a list of web templates in the specified database, if any. This example displays a list of templates in the current database.

local templateList
listwebtemplates "", templateList
message templateList

An alternate method for retrieving the list of templates is to use the listwebtemplates( function.


See Also


History

VersionStatusNotes
10.2UpdatedCarried over from Panorama 6.0, but now stores the template in the form itself, and allows a database to be specified.