Exemple #1
0
 /// <summary>Static getter for Tags</summary>
 public static IEnumerable <string> GetTags(IPageDocType that)
 {
     return(that.GetPropertyValue <IEnumerable <string> >("tags"));
 }
Exemple #2
0
 /// <summary>Static getter for Page Title</summary>
 public static string GetPageTitle(IPageDocType that)
 {
     return(that.GetPropertyValue <string>("pageTitle"));
 }