public static void RemoveSocialMediaChannelMediaType() { ContentTypeService contentTypeService = (ContentTypeService)ApplicationContext.Current.Services.ContentTypeService; contentTypeService.Delete(contentTypeService.GetMediaType(SOCIAL_MEDIA_THEME_ALIAS)); }
/// <summary> /// Delete this document type and all related content nodes. /// </summary> public void Delete() { ContentTypeService.Delete(UmbracoContentType); }