SPUtility.ShouldUpdateHomePageWithSiteFeed method
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function ShouldUpdateHomePageWithSiteFeed ( _
web As SPWeb _
) As Boolean
'用途
Dim web As SPWeb
Dim returnValue As Boolean
returnValue = SPUtility.ShouldUpdateHomePageWithSiteFeed(web)
public static bool ShouldUpdateHomePageWithSiteFeed(
SPWeb web
)
參數
- web
Type: Microsoft.SharePoint.SPWeb
傳回值
Type: System.Boolean