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