Class Hierarchy
Object > ContentObject > InsightApp
Type |
Property |
Name |
Files |
||
Contained in |
||
Current Document |
Return Type |
Signature |
CanReplaceDocument( |
|
GetDraftTemplate( |
|
IsDraftTemplate( |
|
ReleaseTemplate( |
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
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
|