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

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -

angular - DownloadURL return null in below code -