BaseTemplate (Component)

A base template is a ColdFusion module that provides the framework for one or more pages. Minimally, one base template is required to provide an anchor point for CommonSpot content. The BaseTemplate object lets you add, delete, and modify base templates as well as add and delete a base template's render options.

Methods marked below with [L] may be logged at the site level (if transaction logging is licensed and enabled by the administrator)

Methods marked below with [C] may be customized at the site level

Methods:

delete [L] [C] Deletes a base template.
getResourceDependencies [C] Returns a structure whose members contain resource dependencies information for the provided base template.
getResourceDependenciesFromFile [C] Returns a structure whose members contain resource dependencies information for the provided module path.
makePrivate [L] [C] Makes a base template private so that only you can see it in the Template Gallery.
makePublic [L] [C] Makes a template available for public use, so that people with appropriate permissions can see it in the Template Gallery.
save [L] [C] Saves base template information.