World is now on Opti ID! Learn more
AI OnAI Off
World is now on Opti ID! Learn more
if (CurrentPage.Property.Exists("SiteFooter"))
Becomes in 5.1:
if (CurrentPage.Property["SiteFooter"] != null)