Class Hierarchy
Object > ContentObject > StaticTextModule
Direct Subclasses
StaticTextModuleText, StaticTextModuleWord
Type |
Property |
Name |
Teamroom |
||
As Text Module Placeholder Embedded in |
Return Type |
Signature |
GetDraftTemplate( |
|
IsDraftTemplate( |
|
ReleaseTemplate( |
Teamroom (FSCTEMPLATEMGMT@1.1001:fldtextmoduleroom)
Room FSCTEMPLATEMGMT@1.1001:fldtextmoduleroom not null readonly
Additional Information
As Text Module Placeholder Embedded in (COOAR@1.1:moduleplaceholderin)
unique ContentObject[] COOAR@1.1:moduleplaceholderin readonly volatile
object COOTC@1.1001:GetDraftTemplate(
out retval object drafttemplate,
optional boolean includeself)
Name |
Description |
drafttemplate |
the draft template
|
includeself |
if set to true and the current object is a draft template (see
COOTC@1.1:objistemplate ) it will return himself |
isdrafttemplate = cooobj.IsUsable() && !cooobj.GetDraftTemplate();
boolean COOTC@1.1001:IsDraftTemplate(
out retval boolean isdrafttemplate)
Name |
Description |
isdrafttemplate |
the result
|
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
|