This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Sep 18, 2015, 12:53 PM
43 Posts
topic has been resolvedResolved

Is there a way to check Domino Designer Preferences via code ?

  • Category: Domino Designer
  • Platform: Windows
  • Release: 9.0
  • Role: Developer
  • Tags:
  • Replies: 1

In particular I wanted to check the Source Control section in Domino Designer Preferences. Ideally I wanted to warn the developer if binary DXL is enabled (by default it is enabled). I am aware that there is a menu to export your Eclipse Preference setting but I have not been able to find a way to do this via code either.

Regards

Tinus Riyanto

Nov 4, 2015, 11:44 AM
43 Posts
There is a file where this is strored

Turns out you can read the file com.ibm.designer.domino.preferences.prefs located on folder \workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings\ under your notes data.

The preferences strings are:

domino.prefs.keys.team.binary.dxl

domino.prefs.keys.team.binary.dxl

domino.prefs.keys.team.binary.dxl


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal