/// <summary>Static getter for content RTE</summary> public static IHtmlString GetContentRte(IBasicContent that) { return(that.GetPropertyValue <IHtmlString>("contentRTE")); }
/// <summary>Static getter for law category</summary> public static object GetLawCategory(IBasicContent that) { return(that.GetPropertyValue("lawCategory")); }
/// <summary>Static getter for title</summary> public static string GetTitle(IBasicContent that) { return(that.GetPropertyValue <string>("title")); }
/// <summary>Static getter for image</summary> public static IPublishedContent GetImage(IBasicContent that) { return(that.GetPropertyValue <IPublishedContent>("image")); }