コード例 #1
0
 /// <summary>Static getter for Navigation Title</summary>
 public static Our.Umbraco.Vorto.Models.VortoValue <string> GetNavigationTitle(IGeneralNavigation that)
 {
     return(that.GetPropertyValue <Our.Umbraco.Vorto.Models.VortoValue <string> >("navigationTitle"));
 }
コード例 #2
0
 /// <summary>Static getter for Show in Breadcrumbs</summary>
 public static bool GetShowInBreadcrumbs(IGeneralNavigation that)
 {
     return(that.GetPropertyValue <bool>("showInBreadcrumbs"));
 }
コード例 #3
0
 /// <summary>Static getter for Show in navigation</summary>
 public static bool GetShowInNavigation(IGeneralNavigation that)
 {
     return(that.GetPropertyValue <bool>("showInNavigation"));
 }