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