Reminder - Rule 306.1 Substantially Complete and Accurate Information

Jun 3, 2022

Listings not linked to public records will be subject to a fine. 

All Residential, Condo, Land, and Commercial sale listings will be required to be linked to the public record in Stratus. This has been a frequent request over the years to make it easy for agents to view the record for each listing without performing a separate search.

Note – this does not include co-ops, rentals, and commercial leases.

Reminder – all information auto-filled from the public record to the listing may be edited prior to submitting the listing if the information needs to be updated.

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); }