File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,12 @@ public sealed record NavigationTopicViewModel : INavigationTopicViewModel<Naviga
4444 /// </summary>
4545 public string ? ShortTitle { get ; init ; }
4646
47+ /*==========================================================================================================================
48+ | WEB PATH
49+ \-------------------------------------------------------------------------------------------------------------------------*/
50+ /// <inheritdoc cref="WebPath"/>
51+ public string ? WebPath { get ; init ; }
52+
4753 /*==========================================================================================================================
4854 | CHILDREN
4955 \-------------------------------------------------------------------------------------------------------------------------*/
@@ -52,12 +58,6 @@ public sealed record NavigationTopicViewModel : INavigationTopicViewModel<Naviga
5258 /// </summary>
5359 public Collection < NavigationTopicViewModel > Children { get ; } = new ( ) ;
5460
55- /*==========================================================================================================================
56- | WEB PATH
57- \-------------------------------------------------------------------------------------------------------------------------*/
58- /// <inheritdoc cref="WebPath"/>
59- public string ? WebPath { get ; init ; }
60-
6161 /*==========================================================================================================================
6262 | IS SELECTED?
6363 \-------------------------------------------------------------------------------------------------------------------------*/
You can’t perform that action at this time.
0 commit comments