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.
Removes the URL mapping that is used when generating an outbound absolute URL for a particular zone.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub UnsetResponseUrl ( _
zone As SPUrlZone _
)
'Usage
Dim instance As SPAlternateUrlCollection
Dim zone As SPUrlZone
instance.UnsetResponseUrl(zone)
public void UnsetResponseUrl(
SPUrlZone zone
)
Parameters
zone
Type: Microsoft.SharePoint.Administration.SPUrlZoneAn SPUrlZone value specifying the zone from which to remove URL mapping.
See Also
Reference
SPAlternateUrlCollection Class