Get-SPOStructuralNavigationCacheWebState

Get the structural navigation caching state for a web.

Syntax

Get-SPOStructuralNavigationCacheWebState
   -WebUrl <String>
   [<CommonParameters>]

Description

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.

Examples

Example 1

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.

Parameters

-WebUrl

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

Inputs

None

Outputs

System.Object

Notes

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"