Метод SPSite.OpenWeb (String, Boolean)

Returns the Web site that is located at the specified server-relative or site-relative URL based on a Boolean value that specifies whether the exact URL must be supplied.

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

Синтаксис

'Декларация
Public Function OpenWeb ( _
    strUrl As String, _
    requireExactUrl As Boolean _
) As SPWeb
'Применение
Dim instance As SPSite
Dim strUrl As String
Dim requireExactUrl As Boolean
Dim returnValue As SPWeb

returnValue = instance.OpenWeb(strUrl, _
    requireExactUrl)
public SPWeb OpenWeb(
    string strUrl,
    bool requireExactUrl
)

Параметры

  • strUrl
    Тип: System.String

    A string that contains either the server-relative or site-relative URL of the Web site or of an object within the Web site. A server-relative URL begins with a forward slash ("/"), while a site-relative URL does not begin with a forward slash.

  • requireExactUrl
    Тип: System.Boolean

    true if an exact URL must be supplied; otherwise false.

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

Тип: Microsoft.SharePoint.SPWeb
An SPWeb object that represents the Web site.

См. также

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

SPSite класс

Элементы SPSite

Перегрузка OpenWeb

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