Skip to content

Commit e584b53

Browse files
authored
Update Get-SPOStructuralNavigationCacheSiteState.md
The syntax in Example 1 contained an incorrect param; updated from -WebUrl to -SiteUrl
1 parent 98def31 commit e584b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOStructuralNavigationCacheSiteState.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The Get-SPOStructuralNavigationCacheSiteState cmdlet can be used to determine if
2929

3030
### Example 1
3131
```powershell
32-
PS C:\> Get-SPOStructuralNavigationCacheSiteState -weburl "https://contoso.sharepoint.com/sites/product/"
32+
PS C:\> Get-SPOStructuralNavigationCacheSiteState -SiteUrl "https://contoso.sharepoint.com/sites/product/"
3333
```
3434

3535
This example checks if structural navigation caching is enabled for the entire site collection https://contoso.sharepoint.com/sites/product/. If caching is enabled, then it will return True. If caching is disabled, then it will return False.

0 commit comments

Comments
 (0)