Photos May Not be Deleted on Unavailable Listings

Oct 28, 2022

Reminder - Listing photos may not be deleted once the listing is unavailable.  Rule 309.5 reads:

Once a listing is no longer Active, other than on “Coming Soon” or “Temporarily Off the Market” listings, photos may not be deleted.

protected override void OnPreRender(EventArgs e) { var cmsPage = this.Page as CmsPageBase; if (cmsPage != null) { cmsPage.Title = "My Title"; cmsPage.Header.Controls.Add(new LiteralControl("")); } base.OnPreRender(e); }