using System;using System.Collections.Generic;using System.Linq;using System.Text;using Microsoft.SharePoint.Client; namespace COM{ class Program { static void Main(string[] args) { string siteUrl = "http://serverName:46563/sites/MMS-CTH/"; ClientContext clientContext = new ClientContext(siteUrl); Web web = clientContext.Web; List list = web.Lists.GetByTitle("CustomList"); ContentType contentType = list.ContentTypes.GetById("0x01001EE585131CF22F448BB03959CA66EB11000DD7D19360FB6B45A43D3DCC6B9518B8"); ; contentType.DeleteObject(); clientContext.ExecuteQuery(); Console.WriteLine("Content Type Deleted Successfully"); } }}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.SharePoint.Client;
namespace COM
{
class Program
static void Main(string[] args)
string siteUrl = "http://serverName:46563/sites/MMS-CTH/";
ClientContext clientContext = new ClientContext(siteUrl);
Web web = clientContext.Web;
List list = web.Lists.GetByTitle("CustomList");
ContentType contentType = list.ContentTypes.GetById("0x01001EE585131CF22F448BB03959CA66EB11000DD7D19360FB6B45A43D3DCC6B9518B8"); ;
contentType.DeleteObject();
clientContext.ExecuteQuery();
Console.WriteLine("Content Type Deleted Successfully");
}
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: