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