Document Library Advance Settings (DefaultItemOpenInBrowser) #1248
-
I am refactoring some old .NET Framework code that is using CSOM. Below is the code.
I am trying to use PnP.Core 1.10.0, but I cannot find the property for "list.DefaultItemOpenInBrowser". Is there a way to set this for the document library using PnP.Core? Looking at the source code on GitHub, I can see that in the src\generated\SP\Internal\List.cs that the property exists. It also exists in src\generated\SP\Public\IList.cs. However, I cannot find it under the sdk folder. Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@ajcaterino : thanks for raising this, I've just added the |
Beta Was this translation helpful? Give feedback.
-
Installed the nightly build version 1.10.50-nightly and tested successfully. |
Beta Was this translation helpful? Give feedback.
@ajcaterino : thanks for raising this, I've just added the
DefaultItemOpenInBrowser
property, will be part of the next nightly build.