Skip to content

Commit 2e62c29

Browse files
authored
Merge pull request #8175 from justadakaje/patch-1
Update Get-SPOStructuralNavigationCacheSiteState.md
2 parents fa38f48 + 89dec2e commit 2e62c29

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)