Esempio n. 1
0
 /// <summary>Static getter for Instagram</summary>
 public static string GetInstagram(ISiteSocialContent that)
 {
     return(that.GetPropertyValue <string>("instagram"));
 }
Esempio n. 2
0
 /// <summary>Static getter for Youtube</summary>
 public static string GetYoutube(ISiteSocialContent that)
 {
     return(that.GetPropertyValue <string>("youtube"));
 }
Esempio n. 3
0
 /// <summary>Static getter for Facebook</summary>
 public static string GetFacebook(ISiteSocialContent that)
 {
     return(that.GetPropertyValue <string>("facebook"));
 }
Esempio n. 4
0
 /// <summary>Static getter for Twitter</summary>
 public static string GetTwitter(ISiteSocialContent that)
 {
     return(that.GetPropertyValue <string>("twitter"));
 }