Пример #1
0
 /// <summary>Static getter for Exclude From Sitemap</summary>
 public static bool GetExcludeFromSitemap(IPageVisibility that)
 {
     return(that.GetPropertyValue <bool>("excludeFromSitemap"));
 }
Пример #2
0
 /// <summary>Static getter for Hide From Navigation</summary>
 public static bool GetHideFromNavigation(IPageVisibility that)
 {
     return(that.GetPropertyValue <bool>("hideFromNavigation"));
 }
Пример #3
0
 /// <summary>Static getter for Redirect URL</summary>
 public static IPublishedContent GetRedirectUrl(IPageVisibility that)
 {
     return(that.GetPropertyValue <IPublishedContent>("redirectURL"));
 }