/// <summary>Static getter for Title</summary> public static string GetTitle(IBreadcrum that) { return(that.GetPropertyValue <string>("title")); }
/// <summary>Static getter for Background Image</summary> public static IPublishedContent GetBackgroundImage(IBreadcrum that) { return(that.GetPropertyValue <IPublishedContent>("backgroundImage")); }