ISPSiteLookupProviderHostHeaderMultiUrl.LookupHostHeaderSiteIdAndZone-Methode
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Function LookupHostHeaderSiteIdAndZone ( _
hostHeaderAndPath As String, _
scheme As SPHostHeaderSiteUriScheme _
) As SPSiteMultiUrlLookupInfo
'Usage
Dim instance As ISPSiteLookupProviderHostHeaderMultiUrl
Dim hostHeaderAndPath As String
Dim scheme As SPHostHeaderSiteUriScheme
Dim returnValue As SPSiteMultiUrlLookupInfo
returnValue = instance.LookupHostHeaderSiteIdAndZone(hostHeaderAndPath, _
scheme)
SPSiteMultiUrlLookupInfo LookupHostHeaderSiteIdAndZone(
string hostHeaderAndPath,
SPHostHeaderSiteUriScheme scheme
)
Parameter
- hostHeaderAndPath
Typ: System.String
- scheme
Typ: Microsoft.SharePoint.SPHostHeaderSiteUriScheme
Rückgabewert
Typ: Microsoft.SharePoint.Administration.SPSiteMultiUrlLookupInfo
Siehe auch
Referenz
ISPSiteLookupProviderHostHeaderMultiUrl Schnittstelle