WikiEditPage.InsertWebPartIntoWikiPage Method
Inserts a WebPart at a specified position of a wiki page.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Sub InsertWebPartIntoWikiPage ( _
wikiFile As SPFile, _
webpart As WebPart, _
position As Integer _
)
'Usage
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
)
Parameters
wikiFile
Type: Microsoft.SharePoint.SPFileThe wiki page in which the WebPart will be inserted.
webpart
Type: System.Web.UI.WebControls.WebParts.WebPartThe WebPart to be inserted.
position
Type: System.Int32The position in the wiki of the specified page.
Remarks
The WebPart is inserted as a part of the content of the wiki in the specified page.