public static global::Newtonsoft.Json.Linq.JToken GetMainContent(IContentControls that) => that.Value <global::Newtonsoft.Json.Linq.JToken>("mainContent");
 public static global::Newtonsoft.Json.Linq.JToken GetContentGrid(IContentControls that) => that.Value <global::Newtonsoft.Json.Linq.JToken>("contentGrid");
 public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetMainImage(IContentControls that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("mainImage");
예제 #4
0
		public static Image GetMainImage(IContentControls that) => that.Value<Image>("mainImage");
 public static string GetTitle(IContentControls that) => that.Value <string>("title");
예제 #6
0
		public static IHtmlString GetContent(IContentControls that) => that.Value<IHtmlString>("content");
예제 #7
0
 public static Newtonsoft.Json.Linq.JToken GetContentGridControl(IContentControls that) => that.Value <Newtonsoft.Json.Linq.JToken>("contentGridControl");
 public static global::System.Collections.Generic.IEnumerable <string> GetCategory(IContentControls that) => that.Value <global::System.Collections.Generic.IEnumerable <string> >("category");
 public static global::System.Web.IHtmlString GetDescription(IContentControls that) => that.Value <global::System.Web.IHtmlString>("description");
예제 #10
0
 public static IPublishedContent GetMainImage(IContentControls that) => that.Value <IPublishedContent>("mainImage");