/// <summary>Static getter for Parallax Title</summary>
 public static string GetParallaxTitle(IHomePage that)
 {
     return(that.GetPropertyValue <string>("parallaxTitle"));
 }
 /// <summary>Static getter for Body Text</summary>
 public static IHtmlString GetBodyText(IHomePage that)
 {
     return(that.GetPropertyValue <IHtmlString>("bodyText"));
 }
 /// <summary>Static getter for Parallax Subscript</summary>
 public static IHtmlString GetParallaxSubscript(IHomePage that)
 {
     return(that.GetPropertyValue <IHtmlString>("parallaxSubscript"));
 }
 /// <summary>Static getter for Parallax Image</summary>
 public static IPublishedContent GetParallaxImage(IHomePage that)
 {
     return(that.GetPropertyValue <IPublishedContent>("parallaxImage"));
 }
 /// <summary>Static getter for Footer Text</summary>
 public static string GetFooterText(IHomePage that)
 {
     return(that.GetPropertyValue <string>("footerText"));
 }
示例#6
0
 /// <summary>Static getter for SocialLinks</summary>
 public static string GetSocialLinks(IHomePage that)
 {
     return(that.GetPropertyValue <string>("socialLinks"));
 }
示例#7
0
 /// <summary>Static getter for Short Description</summary>
 public static IHtmlString GetShortDescription(IHomePage that)
 {
     return(that.GetPropertyValue <IHtmlString>("shortDescription"));
 }