Class COOTC@1.1001:ComponentTemplateCollection Permanent link for this heading

Component object class to supply a list of templates.

Class Hierarchy

Object > ComponentObject > ComponentTemplateCollection

Properties Permanent link for this heading

Type

Property

Name

LanguageStringList[]

mlname

Multilingual Name

boolean

tcprogrammatic

Programmatic Use

Object[]

templates

Templates

Properties Permanent link for this heading


Multilingual Name (COOSYSTEM@1.1:mlname) Permanent link for this heading

Defines the multilingual name of the object. It stores one name for each supported language.

Explanation:
This field defines the multilingual name of the object.

unique LanguageStringList[] COOSYSTEM@1.1:mlname


Programmatic Use (COOTC@1.1001:tcprogrammatic) Permanent link for this heading

If set to true the template collection will not be displayed in the template collection menu on the home screen.
Template collections for programmatic use will also not show up in the templates list of a room.

boolean COOTC@1.1001:tcprogrammatic readonly


Templates (COOTC@1.1001:templates) Permanent link for this heading

Stores a list of templates (e.g. classes) which are assigned to that category. The templates will be shown in the creation dialog.

Explanation:
In this field the templates are displayed.

unique Object[] COOTC@1.1001:templates

Additional Information