Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Replaces the scheme, host, and port of the specified URI with the alternate access URI for the specified zone.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function RebaseUriWithAlternateUri ( _
requestUri As Uri, _
desiredZone As Nullable(Of SPUrlZone) _
) As Uri
'Usage
Dim instance As SPAlternateUrlCollectionManager
Dim requestUri As Uri
Dim desiredZone As Nullable(Of SPUrlZone)
Dim returnValue As Uri
returnValue = instance.RebaseUriWithAlternateUri(requestUri, _
desiredZone)
public Uri RebaseUriWithAlternateUri(
Uri requestUri,
Nullable<SPUrlZone> desiredZone
)
Parameters
requestUri
Type: System.UriA System.Uri object that specifies the request URI to rebuild using the correct response URI base.
desiredZone
Type: System.Nullable<SPUrlZone>A Microsoft.SharePoint.Administration.SPUrlZone value that specifies the zone of the response URI.
Return Value
Type: System.Uri
A System.Uri object that represents the mapped alternate access URI.
See Also
Reference
SPAlternateUrlCollectionManager Class
SPAlternateUrlCollectionManager Members