コード例 #1
0
 /// <summary>Static getter for Description</summary>
 public static string GetSeoMetaDescription(INavigationBase that)
 {
     return(that.GetPropertyValue <string>("seoMetaDescription"));
 }
コード例 #2
0
 /// <summary>Static getter for Hide in Navigation</summary>
 public static bool GetUmbracoNavihide(INavigationBase that)
 {
     return(that.GetPropertyValue <bool>("umbracoNavihide"));
 }
コード例 #3
0
 /// <summary>Static getter for Keywords</summary>
 public static IEnumerable <string> GetKeywords(INavigationBase that)
 {
     return(that.GetPropertyValue <IEnumerable <string> >("keywords"));
 }