Пример #1
0
 /// <summary>Static getter for Snippet</summary>
 public static string GetHeaderSubtitle(IHeaderSection that)
 {
     return(that.GetPropertyValue <string>("headerSubtitle"));
 }
Пример #2
0
 /// <summary>Static getter for Image</summary>
 public static IPublishedContent GetHeaderImage(IHeaderSection that)
 {
     return(that.GetPropertyValue <IPublishedContent>("headerImage"));
 }