Skip to main content

2025 年 12 月 16 日

Using Multiple Labels

To support multiple sets of configuration elements, add a label attribute to the elements in the XML configuration.

Note: If you add a label attribute to a configuration element, you must do so for all configuration elements. You cannot have a mix of labeled and unlabeled elements.

<config>
  <profileArchivePath label="APAC">
    \\fs-21\DemUsers$\[UserFolder]\Archives
  </profileArchivePath>
  <profileArchiveBackupPath label="APAC">
    \\fs-21\DemUsers$\[UserFolder]\Backups
  </profileArchiveBackupPath>
  <logFilePath label="APAC">
    \\fs-21\DemUsers$\[UserFolder]\Logs\FlexEngine.log
  </logFilePath>

  <profileArchivePath label="EMEA">
    \\fs-03\DemUsers$\[UserFolder]\Archives
  </profileArchivePath>
  <profileArchiveBackupPath label="EMEA">
    \\fs-03\DemUsers$\[UserFolder]\Backups
  </profileArchiveBackupPath>
  <logFilePath label="EMEA">
    \\fs-03\DemUsers$\[UserFolder]\Logs\FlexEngine.log
  </logFilePath>
</config>

此頁面對您有幫助嗎?

針對本主題提供意見回饋

本主題對您有幫助嗎?

請勿填寫任何個人或機密資訊。

正在產生連結…