Exemplo n.º 1
0
        public static void RemoveSocialMediaChannelMediaType()
        {
            ContentTypeService contentTypeService = (ContentTypeService)ApplicationContext.Current.Services.ContentTypeService;

            contentTypeService.Delete(contentTypeService.GetMediaType(SOCIAL_MEDIA_THEME_ALIAS));
        }
Exemplo n.º 2
0
 /// <summary>
 /// Delete this document type and all related content nodes.
 /// </summary>
 public void Delete()
 {
     ContentTypeService.Delete(UmbracoContentType);
 }