Class Hierarchy
Object > ContentObject > MetaDataStamp
Direct Subclasses
DynamicMetaDataStamp, StaticMetaDataStamp
Return Type |
Signature |
CanReleaseTemplate( |
|
IsDraftTemplate( |
|
ReleaseTemplate( |
COOTC@1.1001:CanReleaseTemplate
boolean COOTC@1.1001:CanReleaseTemplate(
out retval boolean canrelease)
Name |
Description |
canrelease |
the result;
|
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
|