if(list.ID == docLibId)
{
SPFolder folder = list.RootFolder.SubFolders[folderUrl];
if(folder != null)
siteExists = true;
break;
}
No Comments