File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,25 @@ Sets or updates one or more property values for a container in SharePoint Embedd
2121### ParamSet1
2222
2323``` powershell
24- Set-SPOContainer [[-Identity]<String>]
25- [[-BlockDownloadPolicy <Boolean>]]
26- [[-ConditionalAccessPolicy] <SPOConditionalAccessPolicyType>]
27- [[-SensitivityLabel] <String>]
28- [-RemoveLabel]
24+ Set-SPOContainer [-Identity] <SPOContainerPipeBind> [[-BlockDownloadPolicy <Boolean>]] [<CommonParameters>]
25+ ```
26+
27+ ### ParamSet2
28+
29+ ``` powershell
30+ Set-SPOContainer [-Identity]<SPOContainerPipeBind> [[-ConditionalAccessPolicy] <SPOConditionalAccessPolicyType>] [<CommonParameters>]
31+ ```
32+
33+ ### ParamSet3
34+
35+ ``` powershell
36+ Set-SPOContainer [-Identity]<SPOContainerPipeBind> [[-SensitivityLabel] <String>] [<CommonParameters>]
37+ ```
38+
39+ ### ParamSet1
40+
41+ ``` powershell
42+ Set-SPOContainer [-Identity]<SPOContainerPipeBind> [-RemoveLabel] [<CommonParameters>]
2943```
3044
3145## DESCRIPTION
You can’t perform that action at this time.
0 commit comments