Get-SPOStructuralNavigationCacheWebState
Get the structural navigation caching state for a web.
Get-SPOStructuralNavigationCacheWebState
-WebUrl <String>
[<CommonParameters>]
The Get-SPOStructuralNavigationCacheWebState cmdlet can be used to determine if structural navigation caching is enabled or disabled for a web in a site collection. Learn more.
PS C:\> Get-SPOStructuralNavigationCacheWebState -weburl "https://contoso.sharepoint.com/sites/product/electronics"
This example checks if structural navigation caching is enabled for the web https://contoso.sharepoint.com/sites/product/electronics. If caching is enabled, then it will return True. If caching is disabled, then it will return False.
Specifies the absolute URL for the web being checked for its caching state.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
None
System.Object
To see the examples, type: "get-help Get-SPOStructuralNavigationCacheWebState -examples".
For more information, type: "get-help Get-SPOStructuralNavigationCacheWebState -detailed".
For technical information, type: "get-help Get-SPOStructuralNavigationCacheWebState -full".
For online help, type: "get-help Get-SPOStructuralNavigationCacheWebState -online"