Columns are not removed from sharepoint list even after removal of content type -


i have added 1 content type mistakenly sharepoint list, after removing content types columns content types shows under list columns. create list->add content type->remove content type->columns of content types not removed list. sharepoint ui , powershell scripting same issue.

$list.contenttypes.delete($contentypeid); $list.update();


Comments

Popular posts from this blog

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -

angular - DownloadURL return null in below code -