SPPrefixCollection.FindSiteRoot-Methode
Sucht in dieser Auflistung für ein Präfix, das den Anfang der Anforderung serverrelative Url übereinstimmt.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function FindSiteRoot ( _
serverRelativeRequestPath As String, _
<OutAttribute> ByRef matchedPrefix As SPPrefix _
) As String
'Usage
Dim instance As SPPrefixCollection
Dim serverRelativeRequestPath As String
Dim matchedPrefix As SPPrefix
Dim returnValue As String
returnValue = instance.FindSiteRoot(serverRelativeRequestPath, _
matchedPrefix)
public string FindSiteRoot(
string serverRelativeRequestPath,
out SPPrefix matchedPrefix
)
Parameter
serverRelativeRequestPath
Typ: System.StringDie Anforderung serverrelative Url.
- matchedPrefix
Typ: Microsoft.SharePoint.Administration.SPPrefix
Rückgabewert
Typ: System.String
Der Teil der Server relative Anforderungs-Url, die einer Website oder Null darstellt, wenn keine Übereinstimmung gefunden wurde.