예제 #1
0
 /// <summary>Static getter for Logo</summary>
 public static IPublishedContent GetLogo(ISiteBasicContent that)
 {
     return(that.GetPropertyValue <IPublishedContent>("logo"));
 }
예제 #2
0
 /// <summary>Static getter for Title</summary>
 public static string GetTitle(ISiteBasicContent that)
 {
     return(that.GetPropertyValue <string>("title"));
 }
예제 #3
0
 /// <summary>Static getter for Email</summary>
 public static string GetEmail(ISiteBasicContent that)
 {
     return(that.GetPropertyValue <string>("email"));
 }
예제 #4
0
 /// <summary>Static getter for Phone</summary>
 public static string GetPhone(ISiteBasicContent that)
 {
     return(that.GetPropertyValue <string>("phone"));
 }