Skip to main content

2025년 7월 31일

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>

이 페이지가 도움이 되었나요?

이 항목에 대한 피드백 보내기

이 항목이 도움이 되었나요?

개인정보나 기밀정보는 입력하지 마세요.

링크를 생성하는 중…