Class FSCFOLIO@1.1001:CompoundDocument Permanent link for this heading

Class to create a document which consists of multiple elements

Class Hierarchy

Object > CompoundObject > BusinessObject > CompoundDocument

Additional Information

  • Commonly usable

Actions Permanent link for this heading

Return Type

Signature

Content

ConvertContentToFinalForm(
  optional object context,
  optional string format,
  out retval Content contentfinalform)

boolean

HasNameBuild(
  out retval boolean hasnamebuild,
  out boolean isfixed)

void

ObjectFinalFormSet()

void

ObjectFinalFormSetClose()

void

ObjectFinalFormUnset()

Actions Permanent link for this heading


COOSYSTEM@1.1:ConvertContentToFinalForm Permanent link for this heading

Convert content into final form

Content COOSYSTEM@1.1:ConvertContentToFinalForm(
  optional object context,
  optional string format,
  out retval Content contentfinalform)

Name

Description

context

Context object

format

Format (e.g. "pdf")

contentfinalform

The result

FSCCONFIG@1.1001:HasNameBuild Permanent link for this heading

Get information about name build of an object

boolean FSCCONFIG@1.1001:HasNameBuild(
  out retval boolean hasnamebuild,
  out boolean isfixed)

Name

Description

hasnamebuild

true if object has a name build

isfixed


COOSYSTEM@1.1:ObjectFinalFormSet Permanent link for this heading

void COOSYSTEM@1.1:ObjectFinalFormSet()


COOSYSTEM@1.1:ObjectFinalFormSetClose Permanent link for this heading

Sets the change access and closes the selected objects.

void COOSYSTEM@1.1:ObjectFinalFormSetClose()


COOSYSTEM@1.1:ObjectFinalFormUnset Permanent link for this heading

Clears objfinalform.

void COOSYSTEM@1.1:ObjectFinalFormUnset()