English Before you continue reading this post, I hope you have read the basic task to start using lambda expression in SOM here. A. Find any Event list in site. SPWeb spWeb = SPContext.Current.Web var lists = spWeb.Lists.OfType<SPList>().Where( l => l.BaseTemplate == SPListTemplateType.Events); foreach (SPList list in lists) [...] [read more...]

Recent Comments