2022 June Release

Class FSCUSERFORMS@1.1001:DocumentWithUserForm Permanent link for this heading

Class Hierarchy

Object > ContentObject > DocumentWithUserForm

Document with user form

Additional Information

  • Commonly usable

Properties Permanent link for this heading

Type

Property

Name

LanguageStringList[]

mlname

Multilingual Name

Actions Permanent link for this heading

Return Type

Signature

void

CloseDocumentSecured()

object

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

Properties Permanent link for this heading


Multilingual Name (COOSYSTEM@1.1:mlname) Permanent link for this heading

Defines the multilingual name of the object. It stores one name for each supported language.

unique LanguageStringList[] COOSYSTEM@1.1:mlname

Actions Permanent link for this heading


FSCPERSONNELFILE@1.1001:CloseDocumentSecured Permanent link for this heading

Secured action to close a document.

void FSCPERSONNELFILE@1.1001:CloseDocumentSecured()


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