@@ -12,12 +12,12 @@ date: '2025-04-05'
12
12
13
13
You navigate to SharePoint List -> List Settings -> Scroll down to content types -> Open a content type
14
14
15
- <img src =" /articles/img/ctremove0.png " width =" 200 " >
15
+ <img src =" /articles/img/ctremove0.png " width =" 600 " >
16
16
17
17
18
18
Click delete this content type and receive the following error message:
19
19
20
- <img src =" /articles/img/ctremove.png " width =" 200 " >
20
+ <img src =" /articles/img/ctremove.png " width =" 600 " >
21
21
22
22
23
23
# Solution
@@ -31,31 +31,33 @@ The error message means that somewhere out there there are still items using tha
31
31
* REST API
32
32
33
33
34
+ <br />
34
35
35
- < h1 > User Interface (Browser)</ h1 >
36
+ # User Interface (Browser)
36
37
37
38
Step 1. Navigate to the list. Modify the view:
38
39
39
- <img src="/articles/img/ctinuse.png"
40
+ <img src =" /articles/img/ctinuse.png " >
40
41
41
42
Step 2. Include Content type column:
42
43
43
- <img src="/articles/img/ctinuse1.png"
44
+ <img src =" /articles/img/ctinuse1.png " >
44
45
45
46
Step 3. Save the view.
46
47
47
48
Step 4. In the list click on the content type column and select the content type you are about to delete.
48
49
49
50
50
- <img src="/articles/img/ctinuse2.png"
51
+ <img src =" /articles/img/ctinuse2.png " >
51
52
52
53
53
54
Step 6. Either delete the items or change their content type under properties.
54
55
55
- <img src="/articles/img/ctinuse3.png"
56
+ <img src =" /articles/img/ctinuse3.png " >
56
57
57
58
58
59
60
+ <br />
59
61
60
62
# Powershell
61
63
@@ -185,6 +187,7 @@ Disconnect-PnPOnline
185
187
186
188
```
187
189
190
+ <br />
188
191
189
192
# Read Only
190
193
@@ -199,6 +202,9 @@ Navigate to:
199
202
5 . Should this content type be read only? Select NO
200
203
201
204
205
+
206
+ <br />
207
+
202
208
# See Also
203
209
204
210
[ List SharePoint content types] ( https://powershellscripts.github.io/articles/en/spo/ctget/ )
0 commit comments