@@ -12,12 +12,12 @@ date: '2025-04-05'
1212
1313You navigate to SharePoint List -> List Settings -> Scroll down to content types -> Open a content type
1414
15- <img src =" /articles/img/ctremove0.png " width =" 200 " >
15+ <img src =" /articles/img/ctremove0.png " width =" 600 " >
1616
1717
1818Click delete this content type and receive the following error message:
1919
20- <img src =" /articles/img/ctremove.png " width =" 200 " >
20+ <img src =" /articles/img/ctremove.png " width =" 600 " >
2121
2222
2323# Solution
@@ -31,31 +31,33 @@ The error message means that somewhere out there there are still items using tha
3131* REST API
3232
3333
34+ <br />
3435
35- < h1 > User Interface (Browser)</ h1 >
36+ # User Interface (Browser)
3637
3738Step 1. Navigate to the list. Modify the view:
3839
39- <img src="/articles/img/ctinuse.png"
40+ <img src =" /articles/img/ctinuse.png " >
4041
4142Step 2. Include Content type column:
4243
43- <img src="/articles/img/ctinuse1.png"
44+ <img src =" /articles/img/ctinuse1.png " >
4445
4546Step 3. Save the view.
4647
4748Step 4. In the list click on the content type column and select the content type you are about to delete.
4849
4950
50- <img src="/articles/img/ctinuse2.png"
51+ <img src =" /articles/img/ctinuse2.png " >
5152
5253
5354Step 6. Either delete the items or change their content type under properties.
5455
55- <img src="/articles/img/ctinuse3.png"
56+ <img src =" /articles/img/ctinuse3.png " >
5657
5758
5859
60+ <br />
5961
6062# Powershell
6163
@@ -185,6 +187,7 @@ Disconnect-PnPOnline
185187
186188```
187189
190+ <br />
188191
189192# Read Only
190193
@@ -199,6 +202,9 @@ Navigate to:
1992025 . Should this content type be read only? Select NO
200203
201204
205+
206+ <br />
207+
202208# See Also
203209
204210[ List SharePoint content types] ( https://powershellscripts.github.io/articles/en/spo/ctget/ )
0 commit comments