PureEngage On-Premises

 View Only

Sign Up

  • 1.  Read from configuration file

    Posted 02-05-2015 14:50
    Hi all
    I'm new in genesys Workspace and I'm trying to set one key on configuration file and read it at runtime. Is it possible to do? If so, on which file can I add this Key?

    Thanks & regards

    David


  • 2.  RE: Read from configuration file

    Posted 02-24-2015 13:20
    Hi David, Since this is a customization, you can use any file you want with standard .NET System.IO or any third-party config file management library. It is not recommended to use localUserSettings.conf for custom values as this file's structure can change without notice. You are limited only by free space on the hard drive and the number of file descriptors, so feel free to use any other file.

    If you need so store an option in CME, use IConfigManager interface.

    Thanks
    Genesys Technicla Support