SPAlternateUrlCollection.SetResponseUrl method
Sets the URL to use 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 SetResponseUrl ( _
url As SPAlternateUrl _
)
'Usage
Dim instance As SPAlternateUrlCollection
Dim url As SPAlternateUrl
instance.SetResponseUrl(url)
public void SetResponseUrl(
SPAlternateUrl url
)
Parameters
url
Type: Microsoft.SharePoint.Administration.SPAlternateUrlAn SPAlternateUrl object that represents the URL to use.
See also
Reference
SPAlternateUrlCollection class