WikiEditPage.InsertWebPartIntoWikiPage Method
SharePoint 2010
Inserts a WebPart at a specified position of a wiki page.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Parameters
- wikiFile
- Type: Microsoft.SharePoint.SPFile
The wiki page in which the WebPart will be inserted.
- webpart
- Type: System.Web.UI.WebControls.WebParts.WebPart
The WebPart to be inserted.
- position
- Type: System.Int32
The position in the wiki of the specified page.