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