Class Hierarchy
Object > ContentObject > InsightApp
|
Type |
Property |
Name |
|---|---|---|
|
Multilingual Name |
||
|
Files |
||
|
Contained in |
||
|
Current Document |
|
Return Type |
Signature |
|---|---|
|
CanReleaseTemplate( |
|
|
CanReplaceDocument( |
|
|
GetDraftTemplate( |
|
|
IsDraftTemplate( |
|
|
ReleaseTemplate( |
Multilingual Name (COOSYSTEM@1.1:mlname)
unique LanguageStringList[] COOSYSTEM@1.1:mlname
Files (FSCFOLIO@1.1001:objuseablefiles)
unique Object[] FSCFOLIO@1.1001:objuseablefiles
Additional Information
Contained in (COOSYSTEM@1.1:objuseableprimaryrelated)
unique Object[] COOSYSTEM@1.1:objuseableprimaryrelated
Additional Information
Current Document (COOSYSTEM@1.1:objuseableself)
unique ObjectClass[] COOSYSTEM@1.1:objuseableself
Additional Information
COOTC@1.1001:CanReleaseTemplate
boolean COOTC@1.1001:CanReleaseTemplate(
out retval boolean canrelease)
Name |
Description |
|---|---|
|
canrelease |
the result;
|
FSCFOLIO@1.1001:CanReplaceDocument
boolean FSCFOLIO@1.1001:CanReplaceDocument(
out retval boolean canreplace)
Name |
Description |
|---|---|
|
canreplace |
the result
|
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
|