:: drafts :: com :: sun :: star :: configuration :: backend ::

struct TemplateIdentifier
Description
holds the data needed to identify a template.

Elements' Summary
Name specifies the name of the template.
Component specifies the component where the template originates.
Elements' Details
Name
string Name;
Description
specifies the name of the template.

The name is unique within a component.

Component
string Component;
Description
specifies the component where the template originates.
Top of Page