Skip to content

Commit a0238da

Browse files
authored
Update Set-SPOSite.md
adding documentation for AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled
1 parent f27a6c9 commit a0238da

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ Set-SPOSite
2525
[-AddRestrictedAccessControlGroups [Guid[]]]
2626
[-AllowDownloadingNonWebViewableFiles <Boolean>]
2727
[-AllowEditing <Boolean>]
28-
[-AllowFileArchive <Boolean>]
28+
[-AllowFileArchive <Boolean>]
2929
[-AllowSelfServiceUpgrade <Boolean>]
30+
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>]
3031
[-AnonymousLinkExpirationInDays <Int32>]
3132
[-AuthenticationContextAccessType <SPOAuthenticationContextPolicyAccessType>]
3233
[-AuthenticationContextName <String>]
@@ -363,6 +364,22 @@ Accept pipeline input: False
363364
Accept wildcard characters: False
364365
```
365366
367+
### -AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled
368+
Enables or disables web property bag update when DenyAddAndCustomizePages is enabled. When AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled is set to $true, web property bag can be updated even if DenyAddAndCustomizePages is turned on when the user had AddAndCustomizePages (prior to DenyAddAndCustomizePages removing it).
369+
370+
PARAMVALUE: True | False
371+
372+
```yaml
373+
Type: Boolean
374+
Parameter Sets: (All)
375+
Applicable: SharePoint Online
376+
Required: False
377+
Position: Named
378+
Default value: False
379+
Accept pipeline input: False
380+
Accept wildcard characters: False
381+
```
382+
366383
### -Confirm
367384
368385
Prompts you for confirmation before running the cmdlet.

0 commit comments

Comments
 (0)