SPWeb.GetLimitedWebPartManager method
Returns the limited Web Part Manager for the specified Web Part page and view.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetLimitedWebPartManager ( _
fullOrRelativeUrl As String, _
scope As PersonalizationScope _
) As SPLimitedWebPartManager
'Usage
Dim instance As SPWeb
Dim fullOrRelativeUrl As String
Dim scope As PersonalizationScope
Dim returnValue As SPLimitedWebPartManager
returnValue = instance.GetLimitedWebPartManager(fullOrRelativeUrl, _
scope)
public SPLimitedWebPartManager GetLimitedWebPartManager(
string fullOrRelativeUrl,
PersonalizationScope scope
)
Parameters
fullOrRelativeUrl
Type: System.StringA string that contains the URL of the Web Part page that is associated with the Web Part Manager.
scope
Type: System.Web.UI.WebControls.WebParts.PersonalizationScopeA PersonalizationScope value that specifies how the Web Parts are viewed on the Web Part page.
Return value
Type: Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager
An SPLimitedWebPartManager object that represents the Web Part Manager.