/// <summary>Static getter for Content</summary> public static Newtonsoft.Json.Linq.JToken GetBodyText(IContentBase that) { return(that.GetPropertyValue <Newtonsoft.Json.Linq.JToken>("bodyText")); }