/// <summary>Static getter for Display Name</summary> public static string GetDisplayName(ITestimonialItemContent that) { return(that.GetPropertyValue <string>("displayName")); }
/// <summary>Static getter for Job Title</summary> public static string GetJobTitle(ITestimonialItemContent that) { return(that.GetPropertyValue <string>("jobTitle")); }
/// <summary>Static getter for Content</summary> public static string GetContent(ITestimonialItemContent that) { return(that.GetPropertyValue <string>("content")); }
/// <summary>Static getter for Image</summary> public static IPublishedContent GetImage(ITestimonialItemContent that) { return(that.GetPropertyValue <IPublishedContent>("image")); }