You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example removes a language resource item on the QuerySuggestionBlockList for the en-us language.
@@ -41,13 +41,9 @@ This example removes a language resource item on the QuerySuggestionBlockList fo
41
41
## PARAMETERS
42
42
43
43
### -AssignmentCollection
44
-
Manages objects for the purpose of proper disposal.
45
-
Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management.
46
-
Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory.
47
-
When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.
44
+
Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.
48
45
49
-
When the Global parameter is used, all objects are contained in the global store.
50
-
If objects are not immediately used, or disposed of by using the `Stop-SPAssignment` command, an out-of-memory scenario can occur.
46
+
When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.
51
47
52
48
53
49
```yaml
@@ -145,8 +141,11 @@ Specifies the search object owner that defines the scope at which the correspond
145
141
The owner must be one of the following valid levels:
146
142
147
143
- Search Service Application
144
+
148
145
- Site Subscription
146
+
149
147
- Site Collection
148
+
150
149
- Site
151
150
152
151
@@ -205,8 +204,11 @@ Constrains to delete phrases of specified type.
205
204
The type must be one of the following valid types of phrases:
0 commit comments