UrlZone enumeration
SharePoint Online
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)
| 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. |
Show: