SPUrlZone enumeration

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)

Syntax

'Declaration
Public Enumeration SPUrlZone
'Usage
Dim instance As SPUrlZone
public enum SPUrlZone

Members

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.

Remarks

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.

See also

Reference

Microsoft.SharePoint.Administration namespace