Developer forum

Forum » Dynamicweb 9.0 Upgrade issues » Missing access to NavigationSettings

Missing access to NavigationSettings

Anders Ebdrup
Anders Ebdrup
Reply

Hi Dynamicweb,

 

In our custom navigation provider we are missing access to this property in Dynamicweb.Content.Page:



        Friend Property NavigationSettings As PageNavigationSettings
            Get
                If IsNothing(_navigationSettings) Then
                    _navigationSettings = PageNavigationSettings.GetSettingsByPageID(ID)
                End If

                Return _navigationSettings
            End Get
            Set
                _navigationSettings = Value
            End Set
        End Property

 

Can it be made public, so we can access to the settings? Otherwise this class: PageNavigationSettings should be made public.

 

Best regards, Anders


Replies

 
Nicolai Pedersen
Reply
This post has been marked as an answer

Hi Anders

Yes, just pushed 9.2.2 with this public to the MyGet feed: https://www.myget.org/feed/dynamicweb-packages/package/nuget/Dynamicweb

BR Nicolai

Votes for this answer: 1
 
Anders Ebdrup
Anders Ebdrup
Reply

Thanks for a VERY quick fix!

 

You must be logged in to post in the forum