Expand Minimize
This topic has not yet been rated - Rate this topic

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)
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(ServerTypeId = "{7C07DC97-A102-4e36-BE68-C8CB9D250E40}", 
	Name = "UrlZone", ManagedClientNamespace = "Microsoft.SharePoint.Client", 
	ScriptClientNamespace = "SP")]
public enum SPUrlZone
Member nameDescription
DefaultSpecifies the default zone used for requests unless another zone is specified.
IntranetSpecifies an intranet zone.
InternetSpecifies an Internet zone.
CustomSpecifies a custom zone.
ExtranetSpecifies 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.