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.String

    A string that contains the URL of the Web Part page that is associated with the Web Part Manager.

Return value

Type: Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager
An SPLimitedWebPartManager object that represents the Web Part Manager.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace