listwebtemplates(
DATABASE
)

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


Parameters

This function has one parameter:

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


Description

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

let templateList = listwebtemplates("")
message templateList

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.