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