/// <summary>Static getter for Summary</summary> public static string GetSummary(ITextAndExternalVideoContent that) { return(that.GetPropertyValue <string>("summary")); }
/// <summary>Static getter for Content</summary> public static string GetContent(ITextAndExternalVideoContent that) { return(that.GetPropertyValue <string>("content")); }