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