WikiEditPage.InsertWebPartIntoWikiPage method
Wiki 頁面的指定位置插入WebPart 。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Sub InsertWebPartIntoWikiPage ( _
wikiFile As SPFile, _
webpart As WebPart, _
position As Integer _
)
'用途
Dim wikiFile As SPFile
Dim webpart As WebPart
Dim position As IntegerWikiEditPage.InsertWebPartIntoWikiPage(wikiFile, _
webpart, position)
public static void InsertWebPartIntoWikiPage(
SPFile wikiFile,
WebPart webpart,
int position
)
參數
wikiFile
Type: Microsoft.SharePoint.SPFile將插入WebPart wiki 頁面。
webpart
Type: System.Web.UI.WebControls.WebParts.WebPart插入WebPart 。
position
Type: System.Int32指定的頁面中 wiki 的位置。
備註
WebPart插入的內容中指定的頁面 wiki 的一部份。