2022 June Release

Class FSCXEDITOR@1.1001:StaticTextModuleXeditor Permanent link for this heading

Class Hierarchy

Object > ContentObject > StaticTextModule > StaticTextModuleXeditor

Defines an Xtech static text module

Properties Permanent link for this heading

Type

Property

Name

XeditorSchema

xdschema

XML Schema

string

xdschemaid

Schema ID

string[]

xtavailablefieldsbyxtusabletopic

Available Fields (Topic)

string[]

xtavailablefieldsbyxtusablextdocument

Available Fields (Xtech Document)

string[]

xtavailablefieldsbyxtusablextdocumentfiles

Available Fields (File of the Xtech Document)

Content

xtdownloadcontent

Download Content

Object

xtdstylesheet

Stylesheet

Content

xtpublicationcontent

Publication Content

XtechDocument

xttcontextdocument

Xtech Document

Object

xttcontextdocumentfile

File of the Xtech Document

XtechTopic

xttcontexttopic

Context Topic

Object[]

xtusabledocumentfiles

Files of the Xtech Document

Object[]

xtusabletopic

Topic

Object[]

xtusablextdocument

Xtech Document

dictionary

xtwadditionalinfos

Additional Infos

User

xtwauthor

Author

Object[]

xtwtopics

Topics

Object[]

xtwtopicstree

Topics

Actions Permanent link for this heading

Return Type

Signature

object

ObjectCopy(
  ref optional object placement,
  out retval object object,
  optional string address,
  optional boolean virtualobject)

object

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

Properties Permanent link for this heading


XML Schema (FSCXEDITOR@1.1001:xdschema) Permanent link for this heading

XML Schema of the xEditor document

XeditorSchema FSCXEDITOR@1.1001:xdschema not null readonly


Schema ID (FSCXEDITOR@1.1001:xdschemaid) Permanent link for this heading

XML Schema ID of the xEditor document

string FSCXEDITOR@1.1001:xdschemaid readonly volatile


Available Fields (Topic) (FSCXEDITOR@1.1001:xtavailablefieldsbyxtusabletopic) Permanent link for this heading

string[] FSCXEDITOR@1.1001:xtavailablefieldsbyxtusabletopic readonly volatile


Available Fields (Xtech Document) (FSCXEDITOR@1.1001:xtavailablefieldsbyxtusablextdocument) Permanent link for this heading

string[] FSCXEDITOR@1.1001:xtavailablefieldsbyxtusablextdocument readonly volatile


Available Fields (File of the Xtech Document) (FSCXEDITOR@1.1001:xtavailablefieldsbyxtusablextdocumentfiles) Permanent link for this heading

string[] FSCXEDITOR@1.1001:xtavailablefieldsbyxtusablextdocumentfiles readonly volatile


Download Content (FSCXEDITOR@1.1001:xtdownloadcontent) Permanent link for this heading

Content FSCXEDITOR@1.1001:xtdownloadcontent readonly volatile


Stylesheet (FSCXEDITOR@1.1001:xtdstylesheet) Permanent link for this heading

Object FSCXEDITOR@1.1001:xtdstylesheet not null readonly

Additional Information


Publication Content (FSCXEDITOR@1.1001:xtpublicationcontent) Permanent link for this heading

Content FSCXEDITOR@1.1001:xtpublicationcontent readonly volatile


Xtech Document (FSCXEDITOR@1.1001:xttcontextdocument) Permanent link for this heading

XtechDocument FSCXEDITOR@1.1001:xttcontextdocument readonly volatile


File of the Xtech Document (FSCXEDITOR@1.1001:xttcontextdocumentfile) Permanent link for this heading

Object FSCXEDITOR@1.1001:xttcontextdocumentfile readonly volatile


Context Topic (FSCXEDITOR@1.1001:xttcontexttopic) Permanent link for this heading

XtechTopic FSCXEDITOR@1.1001:xttcontexttopic readonly volatile


Files of the Xtech Document (FSCXEDITOR@1.1001:xtusabledocumentfiles) Permanent link for this heading

Object classes or categories of usable documents

unique Object[] FSCXEDITOR@1.1001:xtusabledocumentfiles

Additional Information


Topic (FSCXEDITOR@1.1001:xtusabletopic) Permanent link for this heading

Object classes or categories of usable documents

unique Object[] FSCXEDITOR@1.1001:xtusabletopic

Additional Information


Xtech Document (FSCXEDITOR@1.1001:xtusablextdocument) Permanent link for this heading

Object classes or categories of usable documents

unique Object[] FSCXEDITOR@1.1001:xtusablextdocument

Additional Information


Additional Infos (FSCXEDITOR@1.1001:xtwadditionalinfos) Permanent link for this heading

dictionary FSCXEDITOR@1.1001:xtwadditionalinfos readonly invisible


Author (FSCXEDITOR@1.1001:xtwauthor) Permanent link for this heading

User FSCXEDITOR@1.1001:xtwauthor not null readonly

Additional Information


Topics (FSCXEDITOR@1.1001:xtwtopics) Permanent link for this heading

Object[] FSCXEDITOR@1.1001:xtwtopics readonly

Additional Information


Topics (FSCXEDITOR@1.1001:xtwtopicstree) Permanent link for this heading

Object[] FSCXEDITOR@1.1001:xtwtopicstree readonly volatile

Additional Information

Actions Permanent link for this heading


COOSYSTEM@1.1:ObjectCopy Permanent link for this heading

Creates a new object as the copy of the object. This action called on the source object. This action sets the property objsource on the copied object.

object COOSYSTEM@1.1:ObjectCopy(
  ref optional object placement,
  out retval object object,
  optional string address,
  optional boolean virtualobject)

Name

Description

placement

object

The created copy of the object.

address

The object address for the new object. If this parameter is used, it overrides the specified COO store in parameter coost or the automatically chosen COO store, if no COO store was specified. @see ObjectCreate

virtualobject


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