Beispiel #1
0
 /// <summary>Static getter for Meta Keyworks</summary>
 public static string GetMetaKeyworks(ISeoDocType that)
 {
     return(that.GetPropertyValue <string>("metaKeyworks"));
 }
Beispiel #2
0
 /// <summary>Static getter for Hide in navigation</summary>
 public static bool GetUmbracoNavihide(ISeoDocType that)
 {
     return(that.GetPropertyValue <bool>("umbracoNavihide"));
 }
Beispiel #3
0
 /// <summary>Static getter for Meta Description</summary>
 public static string GetMetaDescription(ISeoDocType that)
 {
     return(that.GetPropertyValue <string>("metaDescription"));
 }