/// <summary>Static getter for macro In Grid</summary>
 public static Newtonsoft.Json.Linq.JToken GetMacroInGrid(IHeaderProperties that)
 {
     return(that.GetPropertyValue <Newtonsoft.Json.Linq.JToken>("macroInGrid"));
 }
 /// <summary>Static getter for siteLogo</summary>
 public static IPublishedContent GetSiteLogo(IHeaderProperties that)
 {
     return(that.GetPropertyValue <IPublishedContent>("siteLogo"));
 }
 /// <summary>Static getter for LogoTitle</summary>
 public static string GetLogoTitle(IHeaderProperties that)
 {
     return(that.GetPropertyValue <string>("logoTitle"));
 }
 /// <summary>Static getter for MacroRender</summary>
 public static IHtmlString GetMacroRender(IHeaderProperties that)
 {
     return(that.GetPropertyValue <IHtmlString>("macroRender"));
 }