var url = "/sites/sitecol/DocLib/FolderName;
try
{
var file = ctx.Web.GetFileByServerRelativeUrl(url);
ctx.Load(file);
ctx.ExecuteQuery();
}
catch (ServerException ex) {
if (ex.ServerErrorTypeName == "System.IO.FileNotFoundException") {
}
}
try
{
var file = ctx.Web.GetFileByServerRelativeUrl(url);
ctx.Load(file);
ctx.ExecuteQuery();
}
catch (ServerException ex) {
if (ex.ServerErrorTypeName == "System.IO.FileNotFoundException") {
}
}
No comments:
Post a Comment