Loading the Content of the Root Folder - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
This setting only applies when the start parameter objectname or processid is used to load a bundle.

To specify whether the content of the root folder is loaded when a bundle launches directly at the Client startup, complete the following steps.

  1. From the %Composerdir% directory, open Composer.Client.exe.config with a text editor that supports UTF-8.
  2. Within the <appSettings> element, insert the following line:
    <add key="loadRootFolderOnBundleAutoStart" value="True" />
  3. Complete one of the following substeps.
    • To load the content of the root folder and the folder structure., set the value attribute to True.
    • To load the folder structure only, set the value attribute to False.

      To load the content of the root folder, click Refresh.

    Note: The default value is True.
  4. Save and close the file.