SPAlternateUrlCollection.UnsetResponseUrl method
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)
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