UrlZone enumeration

Specifies the originating zone of a request received by Windows SharePoint Services 2.0.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

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

Members

Member name Description
DefaultZone Specifies the default zone used for requests unless another zone is specified. Value = 0.
Intranet Specifies an intranet zone. Value = 1.
Internet Specifies an Internet zone. Value = 2.
Custom Specifies a custom zone. Value = 3.
Extranet Specifies an extranet zone. Value = 4.

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.Client namespace