/// <summary>Static getter for Footer Title</summary>
 public static string GetFooterTitle(IFooterControls that)
 {
     return(that.GetPropertyValue <string>("footerTitle"));
 }
 public static global::System.Collections.Generic.IEnumerable <global::Umbraco.Web.PublishedModels.IconLinkItem> GetSocialLinks(IFooterControls that) => that.Value <global::System.Collections.Generic.IEnumerable <global::Umbraco.Web.PublishedModels.IconLinkItem> >("socialLinks");
 /// <summary>Static getter for Footer Awards</summary>
 public static IEnumerable <IPublishedContent> GetFooterAwards(IFooterControls that)
 {
     return(that.GetPropertyValue <IEnumerable <IPublishedContent> >("footerAwards"));
 }
 /// <summary>Static getter for Footer Social Links</summary>
 public static Umbraco.Web.Models.RelatedLinks GetFooterSocialLinks(IFooterControls that)
 {
     return(that.GetPropertyValue <Umbraco.Web.Models.RelatedLinks>("footerSocialLinks"));
 }
Exemple #5
0
 public static string GetFooterLinkTitle(IFooterControls that) => that.Value <string>("footerLinkTitle");
Exemple #6
0
 public static IEnumerable <Umbraco.Web.Models.Link> GetFooterLinks(IFooterControls that) => that.Value <IEnumerable <Umbraco.Web.Models.Link> >("footerLinks");
Exemple #7
0
 public static string GetFooterCopyrightText(IFooterControls that) => that.Value <string>("footerCopyrightText");
Exemple #8
0
 public static string GetContactHeader(IFooterControls that) => that.Value <string>("contactHeader");
Exemple #9
0
 public static IEnumerable <IconLinkItem> GetSocialLinks(IFooterControls that) => that.Value <IEnumerable <IconLinkItem> >("socialLinks");