/// <summary>Static getter for Internal Redirect</summary>
 public static IPublishedContent GetUmbracoInternalRedirectId(ITabNavigation that)
 {
     return(that.GetPropertyValue <IPublishedContent>("umbracoInternalRedirectId"));
 }
 /// <summary>Static getter for Hide In XML Sitemap</summary>
 public static bool GetHideInXmlsitemap(ITabNavigation that)
 {
     return(that.GetPropertyValue <bool>("hideInXMLSitemap"));
 }