Hi Community,
We have the following setting in a Pro.settingsConfig file:
<HomeFolder isLocked="true">C:\Users\MyUsername\Documents\ArcGIS\</HomeFolder>
I am trying to create a Pro Configuration project in which I would achieve the same/similar setting. I realized that that I can set the Home Folder using the following:
ApplicationOptions.GeneralOptions.CustomHomeFolder =@C:\Users\MyUsername\Documents\ArcGIS\
ApplicationOptions.GeneralOptions.HomeFolderOption =OptionSetting.UseCustom;
What other calls do I have to do to make this settings "Locked" - like in the Pro.settingsConfig file.
All help/advise will be highly appreciated.
Tamas