Access to project settings > file storage field "Online help"

Access to project settings > file storage field "Online help"

Hello, 

in Zenon 10 the SCADA Addin Framework allows reading and writing into the "File storage" window that exists under each project's properties > General in the "Name/Folder" section.



Almost all the folder fields are writeable in C# code by this syntax: 

  1. myProject.SetFolderPath(FolderPath.GraphicDeprecated, "myFolder");
  2. myProject.SetFolderPath(FolderPath.Export, "myFolder");
  3. myProject.SetFolderPath(FolderPath.AllocationDeprecated, "myFolder");
  4. myProject.SetFolderPath(FolderPath.ArchiveReadBack, "myFolder");
  5. myProject.SetFolderPath(FolderPath.EvacuatedArchives, "myFolder");
However I can't seem to find a way to write into the "Online help" field. If I provide the  enum Scada.AddIn.Contracts.FolderPath.Help as an attribute to myProject.SetFolderPath (or myProject.GetFolderPath) it directs to a different place. None of the FolderPath enums return/write into the mentioned field. 

Is there any way to access this field? (Without modifying the project.ini, because that seems to require to reload the project to change in Zenon 10.) 

Thank you.

    Disclaimer

    This document governs the use of our Community Forum. By registering and using the platform, you accept these conditions.

    The COPA-DATA Community Forum serves to encourage the exchange of information and experience about the zenon software between forum users respectively zenon users.

    Please mind that any published information on the Community Forum is the subjective opinion and view based on the experience and the level of knowledge of the author. COPA-DATA does not overtake any responsibility for the content and the accuracy of the shared information.

    Users of the Community Forum are encouraged to share only well-founded experiences and to point out any risks associated with the implementation of proposed solutions to problems. COPA-DATA at its absolute discretion, reserves the right to moderate the forum. In this connection COPA-DATA may remove any information containing false facts, potentially dangerous solutions, bad language or content that may insult, degrade or discriminate others. COPA-DATA may block a non-complying user from forum access if the user violated this provision.

    COPA-DATA reserves the right to change this document from time to time at own discretion.


    Ing. Punzenberger COPA-DATA GmbH
    Karolingerstraße 7b · 5020 Salzburg · Austria
    www.copadata.com