Поделиться через


Метод SPWeb.GetLimitedWebPartManager

Возвращает только диспетчер веб-частей для заданного веб-страницы и представления.

Пространство имен:  Microsoft.SharePoint
Сборка:  Microsoft.SharePoint (в Microsoft.SharePoint.dll)

Синтаксис

'Декларация
Public Function GetLimitedWebPartManager ( _
    fullOrRelativeUrl As String, _
    scope As PersonalizationScope _
) As SPLimitedWebPartManager
'Применение
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
)

Параметры

  • fullOrRelativeUrl
    Тип: System.String

    Строка, содержащая URL-адрес страницы веб-частей, связанный с диспетчер веб-частей.

Возвращаемое значение

Тип: Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager
Объект SPLimitedWebPartManager , который представляет диспетчер веб-частей.

См. также

Справочные материалы

SPWeb класс

Элементы SPWeb

Пространство имен Microsoft.SharePoint