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