LIBOR’s Legal Department offers valuable risk management and legal videos and presentations to help real estate professionals navigate industry legal issues.  Be sure to check out the following resources:

Aug 7, 2024    7 mins

LIBOR’s General Counsel Patrick Fife discusses a new NYS law regarding independent contractors, including real estate salespersons. 
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); }