Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • DATAINLOCALAPPDATAFOLDER: False/True (must be True for network drives)

  • CACHEFOLDER: Path, e.g. \\Share\... (with placeholders like %username% from environment variables etc.)

  • SETTINGFOLDER: Path, e.g. \\Share\... (with placeholders like %username% from environment variables etc.)

  • SHUTDOWNONDISCONNECT: true/false (if true: primedocs will be terminated when a connection is lost, for example when an RDP session is terminated.)

  • TRYSYNCONLOGOFF: true/false (if true: primedocs will try to synchronize the last changes to the server on a Windows session logoff.)

  • LOGFOLDER: Path for log files storage with NLog placeholders (see Layout renderers, Special Folder Layout Renderer and Environment.SpecialFolder Enum)

    • Examples: \\Share\..., ${specialfolder:LocalApplicationData}\Logs\primedocs

    • Caution: Access to environment variables as in %LOCALAPPDATA%\Logs is not supported by NLog – please use the "Special Folders" instead.
      Please note that ${specialfolder:LocalAppData} is not valid, because there is no special folder named LocalAppData. However, ${specialfolder:LocalApplicationData} is valid because there is a special folder named LocalApplicationData.

  • ENCRYPTCACHE: false/true (false is default, if true: primedocs encrypts the offline cache. More...) (can be overwritten via registry)

  • SILENTSSOAUTHENTICATIONTRYONSTARTUP: false/true (false is default, if true: When primedocs is started, a login attempt is made in the background, which works if automatic Windows authentication takes effect in on-premises environments with IdentityServer) (can be overwritten via registry).

  • SILENTSSOAUTHENTICATIONTIMEOUTINSECONDS: (30 is default, timeout for login attempt in background) (can be overwritten via registry)

  • ACCESSIBILITYFOCUSNONINTERACTIVEELEMENTS: false is default, if true: non-interactive elements (e.g. text elements in the Document Parameter) can be focused via keyboard and thus be captured more easily by screen reader software). (can be overwritten via registry)

  • DEFAULTDATASOURCEID: Default is “empty” and the primary DataSource is automatically selected. If set: The DataSource with the selected ID will be used as the "starting database". (can be overwritten via registry)

  • UseLazyLoadingCacheUSELAZYLOADINGCACHE: false is default, if true: The synchronization only loads template and snippet data when the template or snippet is actively used. This mode assumes that the client always has access to the service. (can be overwritten via registry)

...