Operations |
|||
| EditTemplateGroupSettings | This function is called when the user has finished editing a Template group and has asked for the system to save it. The plugin must save the changes made by the user in the consistent store and also forego any previously stored information with the same identity. | ||
| GetGroupEditInfo | The function is called when the plugin must supply information to be edited by the user. The plugin must also supply any state that it currently has for the given Template group. | ||
| GetGroupIncludeInfo | Called when the system requires the plugin to deliver the inclusion information, which the user must set when a Template group is created. | ||
| IncludeIntoTemplateGroup | Called when the user includes a plugin into a template group. | ||
| RemoveFromTemplateGroup | The function is called when a templategroup containing a given plugin is being deleted. |