Get-SPOStructuralNavigationCacheWebState

获取 Web 的结构化导航缓存状态。

语法

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

说明

Get-SPOStructuralNavigationCacheWebState cmdlet 可用于确定是否为网站集中的 Web 启用或禁用结构导航缓存。 了解详细信息

示例

示例 1

PS C:\> Get-SPOStructuralNavigationCacheWebState -weburl "https://contoso.sharepoint.com/sites/product/electronics"

此示例检查是否为 Web https://contoso.sharepoint.com/sites/product/electronics启用了结构导航缓存。 如果启用了缓存,则它将返回 True。 如果禁用缓存,则返回 False。

参数

-WebUrl

指定要检查其缓存状态的 Web 的绝对 URL。

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online

输入

None

输出

System.Object

备注

若要查看示例,请键入:“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"