Programmatically Check whether a Particular List/Library Exists or Not

How to check if a list exists in SharePoint programmatically? SharePoint 2010 offers TryGetList Method to determine the existence of a List programmatically. TryGetList returns null if the specified list doesn’t exist. SharePoint 2010 check if list exists: MOSS 2007: In SharePoint 2007, we have to write our own method to check…

Read more