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.
Specifies the originating zone of a request received by Windows SharePoint Services 2.0.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Enumeration SPUrlZone
'Usage
Dim instance As SPUrlZone
public enum SPUrlZone
Member name | Description | |
---|---|---|
Default | Specifies the default zone used for requests unless another zone is specified. | |
Intranet | Specifies an intranet zone. | |
Internet | Specifies an Internet zone. | |
Custom | Specifies a custom zone. | |
Extranet | Specifies an extranet zone. |
A zone associates an incoming request URL with an outgoing URL. Any number of incoming request URLs can be specified per zone but only one outgoing URL can be specified per zone.
There must always be an outgoing URL associated with the default zone.