2022 June Release

Class COOAR@1.1:StaticTextModule Permanent link for this heading

Class Hierarchy

Object > ContentObject > StaticTextModule

Defines an abstract object class with the general properties of a static text module.

Properties Permanent link for this heading

Type

Property

Name

Room

fldtextmoduleroom

Teamroom

ContentObject[]

referencedin

Templates

Actions Permanent link for this heading

Return Type

Signature

boolean

IsDraftTemplate(
  out retval boolean isdrafttemplate)

object

ReleaseTemplate(
  out retval object releasedtemplate,
  optional boolean keepoldrelease,
  optional dictionary additionalsettings)

Properties Permanent link for this heading


Teamroom (FSCTEMPLATEMGMT@1.1001:fldtextmoduleroom) Permanent link for this heading

Room FSCTEMPLATEMGMT@1.1001:fldtextmoduleroom not null readonly

Additional Information

  • Object Classes Allowed: Room

Templates (COOAR@1.1:referencedin) Permanent link for this heading

List of templates that reference this text module as a placeholder.

unique ContentObject[] COOAR@1.1:referencedin readonly volatile

Actions Permanent link for this heading


COOTC@1.1001:IsDraftTemplate Permanent link for this heading

Checks if the template is a draft which can be released. If the release mechanism is to be used for an object class, then this action can be implemented for example with: isdrafttemplate = cooobj.IsUsable() && !cooobj.GetDraftTemplate();

boolean COOTC@1.1001:IsDraftTemplate(
  out retval boolean isdrafttemplate)

Name

Description

isdrafttemplate

the result

COOTC@1.1001:ReleaseTemplate Permanent link for this heading

Action to release a template. A released template can be instantiated.

object COOTC@1.1001:ReleaseTemplate(
  out retval object releasedtemplate,
  optional boolean keepoldrelease,
  optional dictionary additionalsettings)

Name

Description

releasedtemplate

the released template

keepoldrelease

in case of newly created released template the old release is not deleted

additionalsettings

this dictionary may contain custom informations when calling the action manually to handle user decision e.g to release sub templates