/// <summary>Static getter for Social share</summary>
 public static bool GetSocialShare(IArticleContent that)
 {
     return(that.GetPropertyValue <bool>("socialShare"));
 }
 /// <summary>Static getter for Dodaj dokument</summary>
 public static Archetype.Models.ArchetypeModel GetAddDocumentDown(IArticleContent that)
 {
     return(that.GetPropertyValue <Archetype.Models.ArchetypeModel>("addDocumentDown"));
 }
 /// <summary>Static getter for Zobacz wszystkie</summary>
 public static bool GetSeeAllArticles(IArticleContent that)
 {
     return(that.GetPropertyValue <bool>("seeAllArticles"));
 }
 /// <summary>Static getter for Tytuł artykułu</summary>
 public static string GetArticleTitle(IArticleContent that)
 {
     return(that.GetPropertyValue <string>("articleTitle"));
 }
 /// <summary>Static getter for Tekst artykułu</summary>
 public static IHtmlString GetArticleText(IArticleContent that)
 {
     return(that.GetPropertyValue <IHtmlString>("articleText"));
 }
 /// <summary>Static getter for Tag do artykulu</summary>
 public static object GetArticleTag(IArticleContent that)
 {
     return(that.GetPropertyValue("articleTag"));
 }
 /// <summary>Static getter for Dodaj zdjęcie</summary>
 public static Archetype.Models.ArchetypeModel GetArticleImageList(IArticleContent that)
 {
     return(that.GetPropertyValue <Archetype.Models.ArchetypeModel>("articleImageList"));
 }