ISPSiteLookupProviderHostHeaderMultiUrl.LookupHostHeaderSiteIdAndZone method
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
)
Parameters
- hostHeaderAndPath
Type: System.String
- scheme
Type: Microsoft.SharePoint.SPHostHeaderSiteUriScheme
Return value
Type: Microsoft.SharePoint.Administration.SPSiteMultiUrlLookupInfo
See also
Reference
ISPSiteLookupProviderHostHeaderMultiUrl interface