using System;using System.Collections.Generic;using System.Linq;using System.Text;using Microsoft.SharePoint;using System.Collections; namespace CheckIfFolderExists{ class Program { static void Main(string[] args) { using (SPSite site = new SPSite("http://serverName/sites/Vijai/")) { using (SPWeb web = site.OpenWeb()) { if (web.GetFolder("Shared aaaaa").Exists) { Console.WriteLine("Folder exists"); } else { Console.WriteLine("Folder does not exists"); } Console.ReadLine(); } } } }}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.SharePoint;
using System.Collections;
namespace CheckIfFolderExists
{
class Program
static void Main(string[] args)
using (SPSite site = new SPSite("http://serverName/sites/Vijai/"))
using (SPWeb web = site.OpenWeb())
if (web.GetFolder("Shared aaaaa").Exists)
Console.WriteLine("Folder exists");
}
else
Console.WriteLine("Folder does not exists");
Console.ReadLine();
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: