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