The most prevalent SharePoint API mistake that I see is the lack of freaking Exist properties on proxy objects.
What do I mean?
One can’t do this in order to test, for example, whether a SPList object exists:
PLAIN TEXT
C#:
public static void DoesMyListExistIDunno()
{
SPWeb web = SPContext.Current.Web;
SPList list = web.Lists["Heres My List"];
bool areYouThere = list.{An Exists Property Would Be [...]
Continue Reading This Article...





















Articles & Research
SharePoint Architecture
Personal/Off-Topic
Latest Free SharePoint Software
SecureCenter For SharePoint
SharePoint Security Assurance Program™
Free Online SharePoint Security Tools
Online SharePoint Security Health Assessment

