Get-SPOStructuralNavigationCacheSiteState

获取网站集的结构导航缓存状态。

语法

Get-SPOStructuralNavigationCacheSiteState
   -SiteUrl <String>
   [<CommonParameters>]

说明

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

示例

示例 1

PS C:\> Get-SPOStructuralNavigationCacheSiteState -SiteUrl "https://contoso.sharepoint.com/sites/product/"

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

参数

-SiteUrl

指定要检查其缓存状态的网站集根 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-SPOStructuralNavigationCacheSiteState -examples”。

For more information, type: "get-help Get-SPOStructuralNavigationCacheSiteState -detailed". 

For technical information, type: "get-help Get-SPOStructuralNavigationCacheSiteState -full". 

For online help, type: "get-help Get-SPOStructuralNavigationCacheSiteState -online"